API 文件集 > Miscellaneous > Object ProMech > Function ProMechVectorComponentGet
Function ProMechVectorComponentGet
Description
Obtains the vector component by its index. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
Synopsis
#include <ProMechVector.h>
ProMechVectorComponentGet
(
/* (In)
The handle.
*/
unsigned int index
/* (In)
The index.
*/
/* (Out)
The component expression at given index.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
User Guide References
這是否有幫助?