Function ProSimprepActionInit
Description
Fills the ProSimprepAction data structure.
NOTE:
Operates on assemblies only, not parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprepdata.h>
ProSimprepActionInit
(
/* (In)
The type of action
*/
ProSubstitution* p_subst_data
/* (In)
The substitution data (if the action_type is PRO_SIMPREP_SUBSTITUTE)
*/
/* (Out)
The filled action structure
*/
)
Returns
The function successfully filled the data structure.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?