API 文件集 > Mechanica > Object ProMechdirvector > Function ProMechdirvectorComponentsGet
Function ProMechdirvectorComponentsGet
Description
Obtains the component values of the vector (3 ProMechValue components).
Licensing Requirement
Synopsis
#include <ProMechValue.h>
ProMechdirvectorComponentsGet
(
/* (In)
The vector.
*/
ProMechValue** value
/* (Out)
ProArray of component values. The function allocates memory for this argument. Free it using ProMechvalueProarrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
Insufficient memory.
A general error was encountered.
Sample Code References
User Guide References
這是否有幫助?