Documentación de la API > Cabling > Object ProCable > Function ProCableSectionsDelete
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>
ProCableSectionsDelete
(
/* (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
The function successfully deleted the cable sections.
Model is in read-only state.
One or more of the arguments was invalid.
One or more input cables do not pass through the supplied locations.
A fixed-length cable section could not be deleted because it extended beyond the cable location.
A regeneration failure occurred and the deletion was aborted.
The Pro/CABLING license was not available.
User Guide References
¿Fue esto útil?