Category Geometry items, Object ProCurve

Function ProCurveLengthEval


Description
Finds the length of the specified curve.
Replacement in Object TOOLKIT: pfcGeomCurve::EvalLength
Synopsis
#include <ProCurve.h>
ProErrorProCurveLengthEval(
ProCurve p_curve
/* (In)
The curve handle
*/
double* p_length
/* (Out)
The length of the curve
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully evaluated the curve.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDispObject.c )
  2. pt_examples ( UtilGeom.c )