Share

AcGePointOnCurve3d::AcGePointOnCurve3d

C++

GE_DLLEXPIMPORT AcGePointOnCurve3d(
    const AcGeCurve3d& crv, 
    double param
);

Description

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

Parameters

Parameters Description
crv Input any 3D curve
param Input parameter value on curve

Links

AcGePointOnCurve3d

Was this information helpful?