Click or drag to resize

IGH_GeometricGooBoundingbox Property

Gets the (cached) boundingbox for this geometry. Not all geometry types cache boundingbox results.

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

Property Value

Type: BoundingBox

[Missing <value> documentation for "P:Grasshopper.Kernel.Types.IGH_GeometricGoo.Boundingbox"]

Return Value

Type: BoundingBox
The boundingbox for this piece of geometry or Boundingbox.Empty if the geometry is null or invalid.
See Also