IGH_PreviewObjectClippingBox Property |
Gets the clipping box for this object. The clipping box
is typically the union of the boundingboxes of all the
geometry that is drawn by this object.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax BoundingBox ClippingBox { get; }
ReadOnly Property ClippingBox As BoundingBox
Get
Property Value
Type:
BoundingBox[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_PreviewObject.ClippingBox"]
Return Value
Type:
BoundingBoxThe clipping box for this object.
See Also