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