Share

AcGeInterval Constructor

Overload List

Method Description
AcGeInterval::AcGeInterval (AcGeInterval&) Copy constructor.
AcGeInterval::AcGeInterval (Adesk::Boolean, double, double) 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.
AcGeInterval::AcGeInterval (double) Constructor that creates the infinite (in both directions) interval and sets the boundary tolerance to the value tol.
AcGeInterval::AcGeInterval (double, double, double) Constructor that creates the finite interval with the lower bound equal to lower and the upper bound equal to upper . The boundary tolerance is set to the value tol.

Was this information helpful?