Revit 2025.3 API
IPoint |
Implement this method to returns an object that contains the bounding box of the entire
point cloud, aligned to the point cloud coordinate system.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
Outline GetExtent()
Function GetExtent As Outline
Outline^ GetExtent()
abstract GetExtent : unit -> Outline
Return Value
OutlineThe bounding box of the point cloud.

The extents should reflect the maximum and minimum coordinates of the stored points, and
not incorporate the offset.
See Also