Object ProCombstate

Function ProCombstateActivate


Description
Activates a combined state. The owner of the combined state must be top model in current active window. Otherwise error will be returned.
Replacement in Object TOOLKIT: wfcWSolid::ActivateCombState
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateActivate(
ProCombstate* cs_item
/* (In)
pointer to a combined state item to be activated.
*/
)
Returns
PRO_TK_NO_ERRORCombined state Activated.
PRO_TK_BAD_INPUTSInvalid combined state item. Model passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.
PRO_TK_E_NOT_FOUNDNo such combined states in the specified model.
PRO_TK_GENERAL_ERRORThe model in cs_item->owner is not a top model in current active window.

Manual References:

  1. Core: Solids, Parts, and Materials: Combined States of a Solid
  2. Core: Solids, Parts, and Materials: Combined States of a Solid