Computes the 3d extents of all model geometry and levels, and extends the 3d extents of this datum surface to include the model extents.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2016

Syntax

C#
public void Maximize3DExtents()
Visual Basic
Public Sub Maximize3DExtents
Visual C++
public:
void Maximize3DExtents()

Remarks

Currently does not apply to curved grids.

See Also