Object ProMech

Function ProMechVectorComponentSet


Description
Sets the vector component value at the given index.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechVector.h>
ProErrorProMechVectorComponentSet(
ProMechVector vector
/* (In)
The handle.
*/
unsigned int index
/* (In)
The index.
*/
ProMechExpression comp
/* (In)
The component expression to set, at given index.
*/
)
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 Vector Functions
  2. Creo Simulate: Items: Creo Simulate Vector Functions