Grasshopper API
GH_ConvertToBox_Primary Method |
Performs a direct cast from Box.
Data is not quaranteed to be duplicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToBox_Primary( Object data, ref Box rc )
Public Shared Function ToBox_Primary ( data As Object, ByRef rc As Box ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Box
Return Value
Type: BooleanAn OnBoundingBox instance if successful, or Nothing on failure.
