GH_ConvertToPlane_Primary Method |
Performs a direct cast from OnPlane or GH_Plane.
Data is not quaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToPlane_Primary(
Object data,
ref Plane rc
)
Public Shared Function ToPlane_Primary (
data As Object,
ByRef rc As Plane
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Plane
Return Value
Type:
BooleanAn OnPlane instance if successful, or Nothing on failure.
See Also