API Documentation > Mechanica > Object ProMechcurve > Function ProMechcurveParamEval
Function ProMechcurveParamEval
Description
Finds the corresponding normalized parameter on the Creo Simulate curve by XYZ point.
Licensing Requirement
Synopsis
ProMechcurveParamEval
(
/* (In)
The curve.
*/
Pro3dPnt xyz_point
/* (In)
The XYZ point. The point does not necessarily have to lie on the curve. If the point is not the curve, the function finds the closest point.
*/
double* param
/* (Out)
The normalized parameter.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
User Guide References
Was this helpful?