API Documentation > Mechanica > Object ProMechload > Function ProMechloadGravitydataSet
Function ProMechloadGravitydataSet
Description
Sets the value of the gravity data from the Creo Simulate item.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadGravitydataSet
(
/* (In)
The item.
*/
/* (In)
The gravity data.
*/
)
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.
Cannot access the object in the current mode.
Subtype cannot be changed.
Cannot modify the item.
Sample Code References
User Guide References
Was this helpful?