Category Cabling, Object ProCable

Function ProCableRoutingEnd


Description
Ends the cable routing this function will reset the current model back to its status before the call to ProCableRoutingStart()
Synopsis
#include <ProCabling.h>
ProErrorProCableRoutingEnd(
ProRouting cable_route_data
/* (In)
The cable routing data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully ends routing.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Routing
  3. Production Applications: Cabling: Cable Routing

Sample Code References:

  1. pt_examples ( UtilCable.c )