Category View manager, Object ProExpldstate

Function ProExpldstateSelect


Description
Enables the user to select an explode state.
Replacement in Object TOOLKIT: wfcWAssembly::SelectExplodedState
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateSelect(
ProSolid p_solid
/* (In)
The solid that contains the explode state
*/
ProExpldstate* p_expl_state
/* (Out)
The selected explode state
*/
)
Returns
PRO_TK_NO_ERRORThe user selected a valid 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 )