커뮤니티 점수

이 페이지가 유용했습니까?

태그 태그0

이 페이지에는 태그가 없습니다.

페이지 통계

856 개의 보기1 개의 편집 항목1419 개의 문자 페이지는 contentconnector 님이 2012-05-14, 13:54 에 마지막으로 수정
지식 추가 방법

Selection

    You can get the selected objects from the current active document using the UIDocument.Selection.Elements property. The selected objects are in an ElementSet in Revit. From this Element set, all selected Elements are retrieved. The Selection object can also be used to change the current selection programmatically.