how to make a object (mass=0) move? #178
Unanswered
zhang-qiang-github
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could animate the fixed points, e.g. by using a Python script: The project also contains some examples that may help you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am learning examples/beam_model.py:
For this beam, the left is fixed by setting mass=0. And the other point is moving.
I want the whole beam is moving along x axis. For example:
The black indicate the beam at t, and the gray indicate the beam at t+1. I hope there are two moving for beam:
How can I make it moving along x axis? Any suggestion is helpful.
Beta Was this translation helpful? Give feedback.
All reactions