Object ProMech

Function ProMechMatrixComponentGet


Description
Obtains the component value by its indices. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechMatrix.h>
ProErrorProMechMatrixComponentGet(
ProMechMatrix matrix
/* (In)
The handle.
*/
unsigned int index1
/* (In)
Row index.
*/
unsigned int index2
/* (In)
Column index.
*/
ProMechExpression comp
/* (Out)
The component expression at given indices.
*/
)
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: Creo Simulate Matrix Functions
  2. Creo Simulate: Items: Creo Simulate Matrix Functions