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; }
ReadOnly Property Boundingbox As BoundingBox
Get
Property Value
Type:
BoundingBox[Missing <value> documentation for "P:Grasshopper.Kernel.Types.IGH_GeometricGoo.Boundingbox"]
Return Value
Type:
BoundingBoxThe boundingbox for this piece of geometry or
Boundingbox.Empty if the geometry is null or invalid.
See Also