Category View manager, Object ProExpldstate

Function ProExpldstateActiveGet


Description
Returns the current active explode state.
Replacement in Object TOOLKIT: pfcAssembly::GetActiveExplodedState
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateActiveGet(
ProSolid p_solid
/* (In)
The solid that contains the explode state
*/
ProExpldstate* p_expl_state
/* (Out)
The current active explode state
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the current active explode state.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestProcstep.c )