Category Cabling, Object ProCable

Function ProCableRoutingStart


Description
Initializes routing procedure This function will set the current model to the cabling harness part ProCableRoutingEnd() will reset the current model back to its status before the call
Synopsis
#include <ProCabling.h>
ProErrorProCableRoutingStart(
ProAssembly assy
/* (In)
The assembly
*/
ProCable* p_cables
/* (In)
The ProArray of cables to route.
*/
ProRouting* p_cable_route_data
/* (Out)
The cable routing data required for subsequent function calls to route cables through locations. The function allocates the space for this argument.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully start 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 )