Category Curve and surface collection, Object ProCrvcollection

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>
ProErrorProCrvcollectionInstrRegen(
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
PRO_TK_NO_ERROR
PRO_TK_GENERAL_ERRORThe regeneration failed.

Manual References:

  1. User Interface: Curve and Surface Collection: Programmatic Access to Legacy Collections