API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Constructor > OdGeInterval::OdGeInterval Constructor (bool, double, double)
OdGeInterval::OdGeInterval Constructor (bool, double, double)
Syntax
C++
OdGeInterval(bool boundedBelow, double bound, double tol = 1.e-12);
Parameters 
Description 
bool boundedBelow 
[in] Determines if the interval is bounded below.  
double bound 
[in] Upper or lower bound.  
double tol = 1.e-12 
[in] Boundary tolerance. If boundedBelow is true, the constructor sets the lower bound also to bound; otherwise the interval remains unbounded below. 

Constructor for the OdGeInterval class.

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