AcDbExtents( const AcGePoint3d& min, const AcGePoint3d& max );
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 | Description |
---|---|
min | Input minimum extent |
max | Input maximum extent |