Category Mechanica, Object ProMechload

Function ProMechforcedataAxialMomentIgnoreflagGet


Description
Obtains the flag for ignoring circumferential tractions in case of TBLAP
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechLoad.h>
ProErrorProMechforcedataAxialMomentIgnoreflagGet(
ProMechForceData data
/* (In)
The load
*/
ProBool * moment_opt
/* (Out)
PRO_B_TRUE : Ignore Circumferential Tractions for TBLAP Load. PRO_B_FALSE : Do Not Ignore Circumferential Tractions for TBLAP Load
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTCreo Simulate session is not initialized.

Manual References:

  1. Creo Simulate: Items: Force and Moment Loads
  2. Creo Simulate: Items: Force and Moment Loads

Sample Code References:

  1. pt_mech_examples ( PTMechExItemInfo.c )