Object ProMech

Function ProMechMatrixComponentSet


Description
Sets the component value at the given indices.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechMatrix.h>
ProErrorProMechMatrixComponentSet(
ProMechMatrix matrix
/* (In)
The handle.
*/
unsigned int index1
/* (In)
Row index.
*/
unsigned int index2
/* (In)
Column index.
*/
ProMechExpression comp
/* (In)
The component expression to set, 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