API Documentation > Mechanica > Object ProMechload > Function ProMechbearingdataValueGet
Function ProMechbearingdataValueGet
Description
Obtains the value of the bearing load.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechbearingdataValueGet
(
/* (In)
The data.
*/
/* (Out)
The value. Free this using ProMechvectoredvalueFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
There is not enough memory to perform the operation.
Sample Code References
User Guide References
Was this helpful?