본문 바로가기
반응형

전체 글180

IDs of EXCEL to List of codeblock in DYNAMO 결합에서 누락된 부재들의 ID 값을 자동으로 JOIN 시킬때 ID 값들을 DYNAMO의 LIST로 가져오기. 1) EXCEL에서 필드값 연결 TEXTJOIN ="["&textjoin(",",false,range)&"]" 2) 코드블럭에 복사 [1234,5678,9098,7654,3212] 2021. 4. 6.
Overkill -OVERKILL (Command) | AutoCAD 2021 | Autodesk Knowledge Network Removes duplicate or overlapping lines, arcs, and polylines. Also, combines partially overlapping or contiguous ones. The following prompts are displayed. Select objects Specifies the objects that you want to modify. Ignore Ignores one or more of the follo knowledge.autodesk.com 중복되거나 겹치는 선, 호 및 폴리선을 제거합니다. 또한 부분적으로 겹치거나 연속되는 항목을 결합.. 2021. 4. 5.
AEC Objects error in AutoCAD CAD > ctrl+a > ctrl+c >> EXCEL > ctrl+v > double click >> edit ole in ACAD > saveas 2021. 3. 31.
외부 블럭으로 업데이트 스크립트 (command "-insert" "b1=C:\\Users\\...\\Documents\\b2" "y") (command \e "resume") -insert : "-" 표시로 커맨드줄 명령으로 실행. 다이얼로그 실행하지 않음. b1=C:\\Users\\...\\Documents\\b2 : 내부블럭 b1을 문서폴더에 있는 외부블럭 b2로 교체함. 블럭명 b1으로 유지. y : 재정의 질문에 YES. (COMMAND \E "RESUME") : 그다음 입력값인 삽입점, 스케일, 회전 등을 Esc 일괄 취소함. 2021. 3. 26.
국내기준(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.
reading a csv file - code evolved https://forums.autodesk.com/t5/revit-api-forum/reading-a-csv-file-code-evolved/m-p/3303833#M2534 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using Autodesk.Revit.DB; using Autodesk.Revit.UI;string filepath = "insert file path here"; if( File.Exists( filepath ) ) { StreamReader s = new StreamReader(filepath ); while( -1 != s.Peek() ) { st.. 2018. 4. 1.
반응형