GH_ConvertToBrep_Secondary Method |
Attempts to convert other data types into an OnBrep.
Data is not quaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToBrep_Secondary(
Object data,
ref Brep rc
)
Public Shared Function ToBrep_Secondary (
data As Object,
ByRef rc As Brep
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Brep
Return Value
Type:
BooleanAn OnBrep instance if successful, or Nothing on failure.
See Also