Category View manager, Object ProExpldstate

Function ProExpldstateActivate


Description
Activates the specified explode state representation.
Replacement in Object TOOLKIT: pfcExplodedState::Activate
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateActivate(
ProSolid p_solid
/* (In)
The solid that corresponds to the explode state
*/
ProExpldstate* p_expl_state
/* (In)
The explode state representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully activated the explode state representation.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_E_NOT_FOUNDThe specified explode state was not found in the model.

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 )