Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::set Method (bool, double)
Syntax
C++
OdGeInterval& set(bool boundedBelow, double bound);

Sets the parameters for this interval according to the arguments. 

 

Parameters
Description
boundedBelow
[in] Determines if bound specifies a lower or an upper bound.
bound
[in] Specifies a lower bound if boundedBelow is true, or an upper bound if it is false.

Reference to this interval.

Copyright © 2002-2022. Open Design Alliance All rights reserved.