Category Cabling, Object ProCables

Function ProCablesFromLogicalCreate


Description
Creates cables from logical If corresponding spools are not created they are also created by this function.
Synopsis
#include <ProCabling.h>
ProErrorProCablesFromLogicalCreate(
ProAssembly assy
/* (In)
The assembly
*/
ProHarness harness
/* (In)
The harness handle.
*/
ProName* p_cable_names
/* (In)
ProArray of cables' names.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully create cables.
PRO_TK_BAD_INPUTSOne or more of the input arguments was invalid
PRO_TK_E_FOUNDSpecified cables not imported from logical or already created.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )