Object ProCombstate

Function ProCombstateIsDefault


Description
Checks if the given combined state is default.
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateIsDefault(
ProCombstate* cs_item
/* (In)
Pointer to a combined state item to retrieve the the state from.
*/
ProBool* p_state
/* (Out)
Flag to determine whether the given combined state is default.
*/
)
Returns
PRO_TK_NO_ERRORThe 'Default' State was retrieved successfully.
PRO_TK_BAD_INPUTSInvalid combined state item, or CS owner passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.

Manual References:

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