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> | ||||||||||||||
ProError | ProSpoolsFromLogicalCreate | ( | ||||||||||||
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 | ||||||||||||||
|