C# 클래스 BuildingCoder.CmdPickPoint3d

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
PickPointsForArea ( UIDocument uidoc ) : void

비공개 메소드들

메소드 설명
PickFaceSetWorkPlaneAndPickPoint ( UIDocument uidoc, XYZ &point_in_3d ) : bool

Prompt the user to select a face on an element and then pick a point on that face. The first picking of the face on the element temporarily redefines the active work plane, on which the second point can be picked.

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result

PickPointsForArea() 공개 메소드

public PickPointsForArea ( UIDocument uidoc ) : void
uidoc UIDocument
리턴 void