Documentación de la API > Miscellaneous > Object ProMech > Function ProMechMatrixComponentSet
Function ProMechMatrixComponentSet
Description
Sets the component value at the given indices.
Licensing Requirement
Synopsis
#include <ProMechMatrix.h>
ProMechMatrixComponentSet
(
/* (In)
The handle.
*/
unsigned int index1
/* (In)
Row index.
*/
unsigned int index2
/* (In)
Column index.
*/
/* (In)
The component expression to set, at given indices.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
User Guide References
¿Fue esto útil?