AcDbExtents::AcDbExtents

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