Function ProCrvcollectionInstrRegen
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>
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
The regeneration failed.
User Guide References
Est-ce que cela a été utile ?