Category View manager, Object ProExpldstate

Function ProExpldstateInit


Description
Returns the handle to the specified explode state.
Replacement in Object TOOLKIT: wfcWAssembly::GetExplodeStateFromName
wfcWAssembly::GetExplodeStateFromId
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateInit(
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
PRO_TK_E_FOUNDThe function found the explode state in the solid.
PRO_TK_E_NOT_FOUNDThe function did not find the explode state in the solid.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid - for instance, p_solid is NULL or not PRO_ASSEMBLY.
PRO_TK_INVALID_PTRp_solid is not a correct ProSolid pointer.

Manual References:

  1. Assembly: Basic Assembly Access: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States