Category Mechanica, Object ProMechconstr

Function ProMechdisplacementconstrValueGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProMechdisplacementregularconstrValueGet
Description
Note: This function is deprecated. Use ProMechdisplacementregularconstrValueGet() instead.

Obtains the variation settings of the displacement, if the type is "Enforced".

Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechdisplacementconstrValueGet(
ProMechDisplacementConstr data
/* (In)
The data.
*/
ProMechValue* value
/* (Out)
The variation. Free this using ProMechvalueFree().
*/
)
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.
PRO_TK_OUT_OF_MEMORYNot enough memory to allocate data.
See Also
ProMechdisplacementregularconstrTypeGet
ProMechdisplacementregularconstrValueGet