Convert data into GH_Boxes.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToGHBox(
Object data,
GH_Conversion conversion_level,
ref GH_Box target
)
Public Shared Function ToGHBox (
data As Object,
conversion_level As GH_Conversion,
ByRef target As GH_Box
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - conversion_level
- Type: Grasshopper.KernelGH_Conversion
Level of conversion. - target
- Type: Grasshopper.Kernel.TypesGH_Box
Destination of conversion. If Null, a new instance will be created.
Return Value
Type:
BooleanSee Also