Category Mechanica, Object ProMechconstr

Function ProMechdisplacementdataTypeGet


Description
Obtains the type of the displacement constraint data.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechdisplacementdataTypeGet(
ProMechDisplacementData data
/* (In)
The data.
*/
ProMechDisplacementType* value
/* (Out)
The displacement type.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.

Manual References:

  1. Creo Simulate: Items: Displacement Constraints
  2. Creo Simulate: Items: Displacement Constraints

Sample Code References:

  1. pt_mech_examples ( PTMechExCopy.c )