API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > OdGeInterval::getBounds Method
OdGeInterval::getBounds Method
Syntax
C++
void getBounds(double& lower, double& upper) const;
Parameters 
Description 
double& lower 
[out] Receives the Lower bound.  
double& upper 
[out] Receives the Upper bound. 

Returns the bounds of this interval. 

 

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