Category Cabling, Object ProCable

Function ProCableLengthGet


Description
Retrieves the length of the specified wire
Synopsis
#include <ProCabling.h>
ProErrorProCableLengthGet(
ProCable* p_cable
/* (In)
The cable handle.
*/
double* p_length
/* (Out)
The wire length.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved length.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Geometry
  3. Production Applications: Cabling: Cable Geometry

Sample Code References:

  1. pt_examples ( UtilCable.c )