API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > set Method > OdGeInterval::set Method (bool, double)
OdGeInterval::set Method (bool, double)
Syntax
C++
OdGeInterval& set(bool boundedBelow, double bound);
Parameters 
Description 
bool boundedBelow 
[in] Determines if bound specifies a lower or an upper bound.  
double bound 
[in] Specifies a lower bound if boundedBelow is true, or an upper bound if it is false. 

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.