API 설명서 > Miscellaneous > Object ProMech > Function ProMechMatrixComponentGet
Function ProMechMatrixComponentGet
Description
Obtains the component value by its indices. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
Synopsis
#include <ProMechMatrix.h>
ProMechMatrixComponentGet
(
/* (In)
The handle.
*/
unsigned int index1
/* (In)
Row index.
*/
unsigned int index2
/* (In)
Column index.
*/
/* (Out)
The component expression at given indices.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
User Guide References
도움이 되셨나요?