Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::OdGeInterval Constructor (bool, double, double)
Syntax
C++
OdGeInterval(bool boundedBelow, double bound, double tol = 1.e-12);

Constructor for the OdGeInterval class.

Parameters
Description
boundedBelow
[in] Determines if the interval is bounded below.
bound
[in] Upper or lower bound.
tol
[in] Boundary tolerance. If boundedBelow is true, the constructor sets the lower bound also to bound; otherwise the interval remains unbounded below.
Copyright © 2002-2022. Open Design Alliance All rights reserved.