| Author |
Comment/Response |
Tom
|
06/26/09 00:27am
Hi,
Can someone explain why this code using the application MechanicalSystems raises an error at the indicated line?:
ball = Body[1, Mass -> 10]
force = Force[ 1, Line[{0, 0}, {1, 0}], 30]
SetBodies[ball]
SetLoads[force] (* raises an error here *)
The error message is:
"SetLoads called with a load applied to body number 1, which is not present in the current system. Load ignored."
Thanks,
Tom
URL: , |
|