Category Manufacturing, Object ProMfg

Function ProMfgFixtActivate


Description
Sets the active feature for the specified manufacturing model.
Synopsis
#include <ProMfg.h>
ProErrorProMfgFixtActivate(
ProMfg mfg
/* (In)
The handle to the manufacturing model.
*/
ProConstFixturePtr fixture
/* (In)
The fixture to be activated (all others are then deactivated). Pass NULL to deactivate all the fixtures.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the active feature.
PRO_TK_E_NOT_FOUNDThe specified manufacturing model or solid was not found.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestMfgFixt.c )
  2. pt_examples ( TestMfgFixt.c )