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

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