Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatRedefSourceInit


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>
ProErrorProImportfeatRedefSourceInit(
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
PRO_TK_NO_ERRORThe function successfully initialized the ProImportfeatRedefSource.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Redefining the Import Feature
  2. Interface: Importing Features: Redefining the Import Feature

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( TestInterface.c )