Overload List
Method | Description |
---|---|
![]() | 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. |
![]() | 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. |