Share

Solid.GetBoundingBox Method

Retrieves a box that circumscribes the solid geometry.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public BoundingBoxXYZ GetBoundingBox()

Return Value

BoundingBoxXYZ

Remarks

The bounding box information is stored as bounds in local coordinates and a transform. So the transform is to be taken in to account when using the bounds. This is different from the bounding box returned by Element.BoundingBox in that the bounding box returned by that routine stores the bounds in modeling coordinates with an identity transform.

See Also

Reference

Was this information helpful?