C# Class BuildingCoder.CmdPickPoint3d

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples

Méthodes publiques

Méthode Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
PickPointsForArea ( UIDocument uidoc ) : void

Private Methods

Méthode Description
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.

Method Details

Execute() public méthode

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
Résultat System.Result

PickPointsForArea() public méthode

public PickPointsForArea ( UIDocument uidoc ) : void
uidoc UIDocument
Résultat void