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

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