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

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