API 文档 > Cabling > Object ProSpool > Function ProSpoolCablesLengthGet
Function ProSpoolCablesLengthGet
Description
Get the total length of all cables in the input harness using this specified spool
Synopsis
#include <ProCabling.h>
ProSpoolCablesLengthGet
(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProHarness harness_ptr
/* (In)
Handle of the specified harness part
*/
double* p_length
/* (Out)
total length of the cables.
*/
)
Returns
The function successfully returned the length.
One or more of the arguments was invalid.
Other error.
User Guide References
这对您有帮助吗?