Documentazione API > Mechanica > Object ProMechload > Function ProMechloadPressuredataGet
Function ProMechloadPressuredataGet
Description
Obtains the value of the pressure data from the Creo Simulate item.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadPressuredataGet
(
/* (In)
The item.
*/
/* (Out)
The pressure data. Free this using ProMechpressuredataFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error was encountered.
There is not enough memory to perform the operation.
The item does not contain this type of load.
See Also
Sample Code References
User Guide References
È stato utile?