Share

getInterval Method

Overload List

Method Description
AcGeCurve3d::getInterval (AcGeInterval&, AcGePoint3d&, AcGePoint3d&) Returns the parametric range of the curve. This function is the same as getInterval(AcGeInterval&), except that it also returns the start and endpoints of the curve if the interval is bounded. The start parameter is only valid if intrvl.isBoundedBelow() returns a value of Adesk::kTrue, and the end parameter is only valid if intrvl.isBoundedAbove() returns a value of Adesk::kTrue.
AcGeCurve3d::getInterval (AcGeInterval&) Returns the parametric range of the curve. The function evalPoint(double) always returns a point on this curve when called with a value within the returned interval.

Was this information helpful?