Description | ||||||||||||||
Returns the handle to the specified explode state. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWAssembly::GetExplodeStateFromName | |||||||||||||
wfcWAssembly::GetExplodeStateFromId | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProExpldstate.h> | ||||||||||||||
ProError | ProExpldstateInit | ( | ||||||||||||
ProName expld_name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the specified explode state in the solid. If you specify this argument, the function ignores expld_id. | ||||||||||||||
*/ | ||||||||||||||
int expld_id | ||||||||||||||
/* (In) | ||||||||||||||
The identifier of the explode state, if you did not specify the name (you specified NULL). | ||||||||||||||
*/ | ||||||||||||||
ProSolid p_solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid that contains the explode state. Cannot be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProExpldstate* p_handle | ||||||||||||||
/* (Out) | ||||||||||||||
The handle to the explode state, if found. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|