GH_ConvertToClippingPlane_Secondary Method |
Attempts to convert other data types into an Rhino.Geometry.ClippingPlaneSurface.
Data is not quaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static bool ToClippingPlane_Secondary(
Object data,
ref ClippingPlaneSurface rc
)
Public Shared Function ToClippingPlane_Secondary (
data As Object,
ByRef rc As ClippingPlaneSurface
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: ClippingPlaneSurface
Return Value
Type:
BooleanAn Rhino.Geometry.ClippingPlaneSurface instance if successful, or Nothing on failure.
See Also