Object ProMech

Function ProMechVectorComponentGet


Description
Obtains the vector component by its index. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechVector.h>
ProErrorProMechVectorComponentGet(
ProMechVector vector
/* (In)
The handle.
*/
unsigned int index
/* (In)
The index.
*/
ProMechExpression comp
/* (Out)
The component expression 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