Share

AcGePointOnCurve2d::AcGePointOnCurve2d

C++

GE_DLLEXPIMPORT AcGePointOnCurve2d(
    const AcGeCurve2d& crv, 
    double param
);

Description

Constucts a point on the input curve at the specified parameter value.

Parameters

Parameters Description
crv Input any 2D curve
param input parameter value on curve

Links

AcGePointOnCurve2d

Was this information helpful?