Grasshopper API
GH_ComponentClippingBox Property |
Gets the clipping box for all preview geometry drawn by this component
and all associated parameters.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual BoundingBox ClippingBox { get; }
Public Overridable ReadOnly Property ClippingBox As BoundingBox Get
Property Value
Type: BoundingBox[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.ClippingBox"]
Implements
IGH_PreviewObjectClippingBox