Category Geometry items, Object ProEdge

Function ProEdgeLengthT1T2Eval


Description
Finds the length of the specified edge between two given parameters.
Replacement in Object TOOLKIT: pfcGeomCurve::EvalLengthBetween
Synopsis
#include <ProEdge.h>
ProErrorProEdgeLengthT1T2Eval(
ProEdge p_handle
/* (In)
The edge handle
*/
double t1
/* (In)
The start parameter
*/
double t2
/* (In)
The end parameter
*/
double* p_length
/* (Out)
The edge 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 )