GH_ConvertToPlane_Secondary Method |
Attempts to convert other data types into an OnPlane.
Data is not quaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToPlane_Secondary(
Object data,
ref Plane rc
)
Public Shared Function ToPlane_Secondary (
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