Category Mechanica, Object ProMechcurve

Function ProMechcurveParamByLengthEval


Description
Finds the parameter of the point located at the given length from the given parameter.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveParamByLengthEval(
ProMechCurve curve
/* (In)
The curve.
*/
double t_start
/* (In)
The start parameter.
*/
double length
/* (In)
The length.
*/
double* t_eval
/* (Out)
The evaluated parameter.
*/
Pro3dPnt point
/* (Out)
The XYZ point at that location.
*/
)
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