Grasshopper API
GH_ConvertGetClippingPlaneFromDocument Method |
Harvest a clipping plane surface from a Rhino document.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool GetClippingPlaneFromDocument( RhinoDoc doc, Guid id, out Plane pln )
Public Shared Function GetClippingPlaneFromDocument ( doc As RhinoDoc, id As Guid, <OutAttribute> ByRef pln As Plane ) As Boolean
Parameters
- doc
- Type: RhinoDoc
Document to search. - id
- Type: SystemGuid
ID of clipping plane surface. - pln
- Type: Plane
Plane result.
Return Value
Type: BooleanTrue on success, false on failure.
