Category Geometry items, Object ProEdge

Function ProEdgeLengthEval


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

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Fundamentals: Objects and Actions
  3. Fundamentals: Function Prototyping
  4. Core: 3D Geometry: Measurement
  5. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_examples ( TestCollect.c )
  3. pt_userguide ( UgGeomCurveLength.c )