RhinoGetGetBox Method (Box) |
Asks the user to select a Box in the viewport.
Namespace:
Rhino.Input
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static Result GetBox(
out Box box
)
Public Shared Function GetBox (
<OutAttribute> ByRef box As Box
) As Result
Parameters
- box
- Type: Rhino.GeometryBox
If the result is Success, this parameter will be filled out.
Return Value
Type:
ResultCommands.Result.Success if successful.
See Also