Click or drag to resize

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; }

Property Value

Type: BoundingBox

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_PreviewObject.ClippingBox"]

Return Value

Type: BoundingBox
The clipping box for this object.
See Also