Object ProLayerstates

Function ProLayerstatesGet


Description
Get Layer state list.
Replacement in Object TOOLKIT: wfcWSolid::ListLayerStates
Synopsis
#include <ProLayerstate.h>
ProErrorProLayerstatesGet(
ProSolid p_solid
/* (In)
Solid.
*/
ProLayerstate** p_state_array
/* (Out)
ProArray of layer states. Call the function ProArrayFree() to free the array.
*/
)
Returns
PRO_TK_NO_ERRORReturned not empty array of states.
PRO_TK_BAD_INPUTSInvalid input arguments.
PRO_TK_E_NOT_FOUNDNo layer states in the model.

Manual References:

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