Description | ||||||||
Initializes the specified item in the ProSimprepitem structure.
NOTE: Operates on assemblies only, not parts. |
||||||||
Synopsis | ||||||||
#include <ProSimprepdata.h> | ||||||||
ProError | ProSimprepdataitemInit | ( | ||||||
ProIdTable compidtab | ||||||||
/* (In) | ||||||||
The component path (for assembly simplified representations) | ||||||||
*/ | ||||||||
int table_num | ||||||||
/* (In) | ||||||||
Size of the component path (for assembly simplified representations) | ||||||||
*/ | ||||||||
int feat_id | ||||||||
/* (In) | ||||||||
Not supported in this release. For part simplified representations only. The feature identifier, if table_num is PRO_VALUE_UNUSED | ||||||||
*/ | ||||||||
ProSimprepAction* p_action | ||||||||
/* (In) | ||||||||
The action structure | ||||||||
*/ | ||||||||
ProSimprepitem* p_item | ||||||||
/* (Out) | ||||||||
The filled structure | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|