Share

AcGeCurve3d::getInterval

C++

GE_DLLEXPIMPORT void getInterval(
    AcGeInterval& intrvl
) const;

Description

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.

Parameters

Parameters Description
intrvl Output parametric interval on which this curve is defined

Links

AcGeCurve3d

Was this information helpful?