Click or drag to resize

GH_GeometricGooTBoundingbox Property

Gets the boundingbox for this geometry.

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

Property Value

Type: BoundingBox

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

Return Value

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

Implements

IGH_GeometricGooBoundingbox
See Also