Picker Methods |
Methods
Name | Description | |
---|---|---|
PickFace |
Queries the user to pick a face from the model.
| |
PickFace(String) |
Queries the user to pick a face from the model with the given prompt.
| |
PickLine |
Queries the user to pick a line from the model.
| |
PickLine(String) |
Queries the user to pick a line from the model with the given prompt.
| |
PickObject(PickerPickObjectEnum) |
Queries the user to pick one model object from the model.
| |
PickObject(PickerPickObjectEnum, String) |
Queries the user to pick one model object from the model with the given prompt.
| |
PickObjects(PickerPickObjectsEnum) |
Queries the user to pick model objects from the model.
| |
PickObjects(PickerPickObjectsEnum, String) |
Queries the user to pick model objects from the model with the given prompt.
| |
PickPoint |
Queries the user to pick a point from the model.
| |
PickPoint(String) |
Queries the user to pick a point from the model with the given prompt.
| |
PickPoint(Point) |
Queries the user to pick a point from the model with reference to the given point.
| |
PickPoint(String, Point) |
Queries the user to pick point with given prompt and reference to another point.
| |
PickPoints(PickerPickPointEnum) |
Queries the user to pick points from the model.
| |
PickPoints(PickerPickPointEnum, String) |
Queries the user to pick points from the model with the given prompt and reference to another point.
|
See Also