반응형 REVIT11 Tutorials: My First Revit Plug-in My First Revit Plug-in Overview | Search | Autodesk Knowledge Network My First Revit Plug-in Overview >> Lesson 1 >> Lesson 2 >> Lesson 3>> Lesson 4 >> Lesson 5 >> Lesson 6 >> Lesson 7 >> Lesson 8 Are you an Autodesk Revit power user with an interest in becoming even more productive? Would you like to automa knowledge.autodesk.com Free Online GUID Generator Online GUID / UUID Generator How many .. 2021. 10. 5. 국내기준(KS D 3502) 철골 H 형강 패밀리 로드 # Rugi - Revit (BIM)... : 네이버 카페 건축 Design을 도와주는 BIM 도구인 Revit 의 사용자 모임입니다. cafe.naver.com 국내기준(KS D 3502) 철골 H 형강 패밀리 로드 현대제철 KS D 3502 H형강을 기준으로 작성하였습니다. 첨부한 파일은 철골보와 철골기둥 리스트입니다. 1) 리스트 파일 저장 KB-KS D3502 H Beam.txt (KS H Beam: 철골보) KC-KS D3502 H Column.txt (KS H Column: 철골기둥) 이상의 파일을 C:\ProgramData\Autodesk\RVT 2017\Libraries\US Metric\Structural Framing\Steel\ 폴더에 KB...txt(철골보) C:\ProgramDat.. 2018. 4. 26. 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 2 다음 반응형