Function ProMfgFixtActivate
Description
Sets the active feature for the specified manufacturing model.
Synopsis
#include <ProMfg.h>
ProMfgFixtActivate
(
ProMfg mfg
/* (In)
The handle to the manufacturing model.
*/
/* (In)
The fixture to be activated (all others are then deactivated). Pass NULL to deactivate all the fixtures.
*/
)
Returns
The function successfully set the active feature.
The specified manufacturing model or solid was not found.
One or more of the arguments are invalid.
Sample Code References
これは役に立ちましたか?