Category Cabling, Object ProCable

Function ProCableSectionsDelete


Description
Deletes the sections of the designated cables which lie between the designated locations. Does not delete loom bundle cable sections.
Synopsis
#include <ProCabling.h>
ProErrorProCableSectionsDelete(
ProCablelocationPair boundaries
/* (In)
array of two cable locations.
*/
ProCable* cable_array
/* (In)
ProArray of cables from which to delete sections. If NULL, all cable sections between the two locations will be deleted.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the cable sections.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_BAD_CONTEXTOne or more input cables do not pass through the supplied locations.
PRO_TK_INVALID_ITEMA fixed-length cable section could not be deleted because it extended beyond the cable location.
PRO_TK_GENERAL_ERRORA regeneration failure occurred and the deletion was aborted.
PRO_TK_NO_LICENSEThe Pro/CABLING license was not available.

Manual References:

  1. Production Applications: Cabling: Cable Routing