API Reference > OdGe Classes > OdGeBoundBlock3d Class > OdGeBoundBlock3d Methods > OdGeBoundBlock3d::getMinMaxPoints Method
OdGeBoundBlock3d::getMinMaxPoints Method
Syntax
C++
void getMinMaxPoints(OdGePoint3d& p1, OdGePoint3d& p2) const;
Parameters 
Description 
OdGePoint3d& p1 
[out] Receives the first corner of the extents.  
OdGePoint3d& 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.