Category
Cabling
, Object
ProCable
Function ProCableLengthGet
Description
Retrieves the length of the specified wire
Synopsis
#include <
ProCabling.h
>
ProError
ProCableLengthGet
(
ProCable
*
p_cable
/* (In)
The cable handle.
*/
double*
p_length
/* (Out)
The wire length.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved length.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_GENERAL_ERROR
The function failed.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Production Applications: Cabling: Cable Geometry
Production Applications: Cabling: Cable Geometry
Sample Code References:
pt_examples ( UtilCable.c )