API Documentation
>
Cabling
>
Object ProCable
> Function ProCableLengthGet
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.
Sample Code References
pt_examples ( UtilCable.c )
User Guide References
Cable Geometry:ProCableLengthGet
Equivalent Pro/DEVELOP Functions:ProCableLengthGet
Was this helpful?
This site works best with JavaScript enabled