AcGePointOnCurve3d::AcGePointOnCurve3d

C++
AcGePointOnCurve3d(
    const AcGeCurve3d& crv, 
    double param
);
Parameters
Parameters 
Description 
crv 
Input any 3D curve 
param 
Input parameter value on curve 
Description

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

Links