API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > set Method > OdGeInterval::set Method (double, double)
OdGeInterval::set Method (double, double)
Syntax
C++
OdGeInterval& set(double lower, double upper);
Parameters 
Description 
double lower 
[in] Lower bound.  
double upper 
[in] Upper bound. 

Returns a reference to this interval.

Sets the parameters for this interval according to the arguments. 

 

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