Click or drag to resize

IGH_PreviewDataClippingBox Property

Gets the clipping box for this data. The clipping box is typically the same as the boundingbox.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
BoundingBox ClippingBox { get; }

Property Value

Type: BoundingBox

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

Return Value

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