GetPointGet Method (Boolean) |
After setting up options and so on, call this method to get a 3d point.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public GetResult Get(
bool onMouseUp
)
Public Function Get (
onMouseUp As Boolean
) As GetResult
Parameters
- onMouseUp
- Type: SystemBoolean
If false, the point is returned when the left mouse button goes down.
If true, the point is returned when the left mouse button goes up.
Return Value
Type:
GetResultPoint if the user chose a point; other enumeration value otherwise.
See Also