Category Mechanica, Object ProMechcurve

Function ProMechcurveLengthT1T2Eval


Description
Finds the length of the Creo Simulate curve between the given parameters.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveLengthT1T2Eval(
ProMechCurve curve
/* (In)
The curve.
*/
double t1
/* (In)
The start parameter.
*/
double t2
/* (In)
The end parameter.
*/
double* length
/* (Out)
The length between t1 and t2.
*/
)
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