GH_ConvertToClippingPlane_Primary Method |
Performs a direct cast from Rhino.Geometry.ClippingPlaneSurface or GH_ClippingPlane.
Data is not guaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static bool ToClippingPlane_Primary(
Object data,
ref ClippingPlaneSurface rc
)
Public Shared Function ToClippingPlane_Primary (
data As Object,
ByRef rc As ClippingPlaneSurface
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: ClippingPlaneSurface
Result of conversion
Return Value
Type:
BooleanA
TextDot instance if successful, or Nothing on failure.
See Also