C# 클래스 Revit.SDK.Samples.Selections.CS.SelectionManager

A class for object selection and storage.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
SelectObjects ( ) : void

Select objects according to the selection type.

SelectionManager ( ExternalCommandData commandData ) : System

constructor of SelectionManager

비공개 메소드들

메소드 설명
MoveElement ( Element elem, XYZ targetPoint ) : void

Move an element to the point.

PickElement ( ) : void

Pick the element from UI.

PickPoint ( ) : void

Pick the point from UI.

메소드 상세

SelectObjects() 공개 메소드

Select objects according to the selection type.
public SelectObjects ( ) : void
리턴 void

SelectionManager() 공개 메소드

constructor of SelectionManager
public SelectionManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData
리턴 System