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 |