Category Cabling, Object ProSpools

Function ProSpoolsFromLogicalCreate


Description
creates spools from logical after finishing the call, now reset the current model back to its status before the call.
Synopsis
#include <ProCabling.h>
ProErrorProSpoolsFromLogicalCreate(
ProAssembly assy
/* (In)
The handle of assembly
*/
ProName* p_w_name
/* (In)
ProArray of spool names.
*/
ProSpool** p_spools
/* (Out)
Pointer to ProArray of spools. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieves parameters.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_FOUNDspecified spools not imported from or already created.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Spool Parameters
  2. Production Applications: Cabling: Spool Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )