Description | |||||||||||||||||
Creates new cable or wire in specified harness. The type of the cable corresponds to the spool type. Required parameters will be created with default values, unless the cable name has been imported from a logical reference, in which case the parameters from the reference are used instead. after finishing the call, now reset the current model back to its status before the call | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProCabling.h> | |||||||||||||||||
ProError | ProCableCreate | ( | |||||||||||||||
ProHarness harness | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle of harness | |||||||||||||||||
*/ | |||||||||||||||||
ProSpool* spool | |||||||||||||||||
/* (In) | |||||||||||||||||
The spool handle | |||||||||||||||||
*/ | |||||||||||||||||
ProName cable_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The cable name | |||||||||||||||||
*/ | |||||||||||||||||
ProCable* p_cable | |||||||||||||||||
/* (Out) | |||||||||||||||||
The handle of new cable | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|