Description | ||||||||
Initializes the ProImportfeatRedefSource.
Note: When the source type is PRO_IMPORT_FEAT_REDEF_CHANGE_ATTR, Creo Parametric will not use the value of the attribute "join_surfaces". |
||||||||
Synopsis | ||||||||
#include <ProImportfeat.h> | ||||||||
ProError | ProImportfeatRedefSourceInit | ( | ||||||
ProImportfeatRedefOper operation | ||||||||
/* (In) | ||||||||
The type of operation | ||||||||
*/ | ||||||||
void* p_source | ||||||||
/* (In) | ||||||||
The pointer to the data source | ||||||||
*/ | ||||||||
ProImportfeatRedefSource* p_redef_data_source | ||||||||
/* (Out) | ||||||||
The pointer to the ProImportfeatRedefSource to be initialized | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|