Category Mechanica, Object ProMechitem

Function ProMechitemStatusGet


Description
Returns the current status of a Creo Simulate item.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechItem.h>
ProErrorProMechitemStatusGet(
ProMechItem* item
/* (In)
The item.
*/
ProMechStatus* status
/* (Out)
The item status.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.
PRO_TK_INVALID_PTRThe Input ProMechItem Solid pointer is invalid.

Manual References:

  1. Creo Simulate: Items: Accessing Creo Simulate Items
  2. Creo Simulate: Items: Accessing Creo Simulate Items
  3. Creo Simulate: Items: Modifying the Creo Simulate Loads
  4. Creo Simulate: Items: Modifying the Creo Simulate Constraints

Sample Code References:

  1. pt_mech_examples ( PTMechExCopy.c )
  2. pt_mech_examples ( PTMechExLoadMenu.c )
  3. pt_mech_examples ( PTMechExLoadMenu.c )
  4. pt_mech_examples ( PTMechExMagChange.c )
  5. pt_mech_examples ( PTMechExMatOrient.c )