Category Geometry items, Object ProCurve

Function ProCurveLengthT1T2Eval


Description
Finds the length of the specified curve between two given parameters.
Replacement in Object TOOLKIT: pfcGeomCurve::EvalLengthBetween
Synopsis
#include <ProCurve.h>
ProErrorProCurveLengthT1T2Eval(
ProCurve p_curve_handle
/* (In)
The curve handle
*/
double t1
/* (In)
The start parameter
*/
double t2
/* (In)
The end parameter
*/
double* r_length
/* (Out)
The curve length
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully evaluated the edge length.
PRO_TK_BAD_SRF_CRVThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Measurement
  2. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( TestGeom.c )