반응형 API3 Revit API Developers Guide http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42 2018. 3. 28. Youtube: Revit API C# Getting Started Revit API C# Getting Started Learn the basics of the Revit API. www.youtube.com Free Online GUID Generator Online GUID / UUID Generator How many GUIDs do you want (1-2000): Format: Uppercase {} Braces Hypens Encoding: Base64 ? RFC 7515 ? URL encode Results: Copy to Clipboard Use these GUIDs at your own risk! No guarantee www.guidgenerator.com 2018. 3. 22. Creating a grid with a line or an arc Help help.autodesk.com void CreateGrid(Autodesk.Revit.DB.Document document) { // Create the geometry line which the grid locates XYZ start = new XYZ(0, 0, 0); XYZ end = new XYZ(30, 30, 0); Line geomLine = Line.CreateBound(start, end); // Create a grid using the geometry line Grid lineGrid = Grid.Create(document, geomLine); if (null == lineGrid) { throw new Exception("Create a new straight grid f.. 2018. 3. 21. 이전 1 다음 반응형