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

Sets the minimum and maximum points for this Extents object. 

 

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