Grasshopper API
GH_ConvertToMesh_Secondary Method |
Attempts to convert other data types into an OnMesh.
Data is not quaranteed to be duplicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

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