DEPRECATED: | Since Wildfire 4.0 | |||||||
SUPERSEDED BY: | Depends on the context, consult the user documentation. | |||||||
Description | ||||||||
Note: This function accesses an older version of the ProCollection interface. It has been superseded. Please consult the Creo Parametric TOOLKIT user's guide chapter on "Collections" for more information.
To regenerate a collection instruction and provide a list of the resulting surfaces, curves and edges. |
||||||||
Synopsis | ||||||||
#include <ProCollect.h> | ||||||||
ProError | ProCrvcollectionInstrRegen | ( | ||||||
ProCollectioninstr instruction | ||||||||
/* (In) | ||||||||
The collection instruction object | ||||||||
*/ | ||||||||
ProSelection** r_sel_list | ||||||||
/* (Out) | ||||||||
Pointer to a ProArray (allocated by the function) of ProSelection objects describing the surfaces, curves and edges resulting from the collection. | ||||||||
*/ | ||||||||
int* n_sel | ||||||||
/* (Out) | ||||||||
Number of entries in sel_list. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|