Share

AcDbExtents::AcDbExtents

C++

ACDBCORE2D_PORT AcDbExtents(
    const AcGePoint3d& min, 
    const AcGePoint3d& max
);

Description

Construct a new object. Initialize minPoint to min and maxPoint to max if each of the X, Y, and Z values of min are <= the corresponding values of max. If not, this behaves like the default constructor.

Parameters

Parameters Description
min Input minimum extent
max Input maximum extent

Links

AcDbExtents

Previous Declaration

AcDbExtents(const AcGePoint3d& min, const AcGePoint3d& max);

Was this information helpful?