RhinoGet.GetBox Method (Box)

RhinoGetGetBox Method (Box)

Asks the user to select a Box in the viewport.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
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: Result
Commands.Result.Success if successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also