API Reference > OdGe Classes > OdGeExtents2d Class > OdGeExtents2d Methods > OdGeExtents2d::set Method
OdGeExtents2d::set Method
Syntax
C++
void set(const OdGePoint2d& min, const OdGePoint2d& max);
Parameters 
Description 
const OdGePoint2d& min 
[in] Minimum point.  
const OdGePoint2d& max 
[in] Maximum point. 

Sets the minimum and maximum points for this Extents object. 

 

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