Maximize3DExtents Method


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: 18.0.0.0 (18.0.0.420)
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