API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Methods > OdGeBoundBlock2d::getMinMaxPoints Method
OdGeBoundBlock2d::getMinMaxPoints Method
Syntax
C++
void getMinMaxPoints(OdGePoint2d& p1, OdGePoint2d& p2) const;
Parameters 
Description 
OdGePoint2d& p1 
[out] Receives the first corner of the extents.  
OdGePoint2d& p2 
[out] Receives the second corner of the extents. 

Returns the extents of the bounding block. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.