API 文档 > Mechanica > Object ProMechload > Function ProMechloadForcedataSet
Function ProMechloadForcedataSet
Description
Sets the value of the force data from the Creo Simulate item. If both force and moment directions are definded by vectors, the variation and coordinate system used in the force data will be used for the load; the variation and coordinate system used in the moment data will be ignored.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadForcedataSet
(
/* (In)
The item.
*/
/* (In)
The force data.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
Cannot access the object in the current mode.
The Input ProMechItem Solid pointer is invalid.
A general error was encountered.
There is not enough memory to perform the operation.
Subtype cannot be changed.
Cannot modify the item.
Sample Code References
User Guide References
这对您有帮助吗?