C++
GE_DLLEXPIMPORT AcGeInterval( Adesk::Boolean boundedBelow, double bound, double tol = 1.e-12 );
Description
Constructor that creates an interval with the upper bound equal to bound. If the value of the argument boundedBelow is Adesk::kTrue, then it sets the lower bound also to bound, otherwise the interval remains unbounded below. Sets the boundary tolerance to the value tol.
Parameters
Parameters | Description |
---|---|
boundedBelow | Whether to set a lower bound or leave interval unbounded below |
bound | Upper or lower bound |
tol | Input tolerance value |