Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlCombstatesGet


Description
Returns list of combined states of a solid.
Replacement in Object TOOLKIT: wfcWSolid::ListCombStates
Synopsis
#include <ProCombstate.h>
ProErrorProMdlCombstatesGet(
ProSolid p_solid
/* (In)
Solid.
*/
ProCombstate** p_cs_array
/* (Out)
ProArray of ProCombstate structures. To free the Array call ProArrayFree()
*/
)
Returns
PRO_TK_NO_ERRORFunction successefully returned not empty array.
PRO_TK_E_NOT_FOUNDNo combined states found in the model.
PRO_TK_BAD_INPUTSOne of the arguments is Zero pointer.

Manual References:

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