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 | |||||||||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
#include <ProMechLoad.h> | |||||||||||||||||||||||||||||
ProError | ProMechloadForcedataSet | ( | |||||||||||||||||||||||||||
ProMechItem* item | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The item. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMechForceData data | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The force data. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||
|