Category Mechanica, Object ProMechcurve

Function ProMechcurveParamEval


Description
Finds the corresponding normalized parameter on the Creo Simulate curve by XYZ point.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveParamEval(
ProMechCurve curve
/* (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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves