AcDbExtents::AcDbExtents

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

 

Links