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

public static bool ToBrep_Primary( Object data, ref Brep rc )
Public Shared Function ToBrep_Primary ( 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.
