Share

AcGeCurve3d::evalPoint

C++

GE_DLLEXPIMPORT AcGePoint3d evalPoint(
    double param
) const;

Description

Returns the point on the curve that corresponds to the input parameter value.

Parameters

Parameters Description
param Input parameter value at which curve is to be evaluated

Links

AcGeCurve3d

Was this information helpful?