Hello, i am sorry, it is not clear.
.
TP wrote
In the cylinder created and rotating in the axis (0,0,0)
What do you mean by an axis of (0,0,0) ? An axis can't be null !
TP wrote
I apply a force in the lower part
Really, are you sure ? Do you use the 'ApplyForceAt()' C++ method ?
TP wrote
I suppose it is because it is not embedded in the axis (0,0,0). What I would like is to prevent it from moving while I apply the force. What plugin could help me?
I am not sure of what you want to do but you can use both :
- <PlugIn Id="_ImposeDisplacement" Clamp="Yes"/> -> it should fix the displacement
- <PlugIn Id="_ImposeOrientation" Clamp="Yes"/> -> it should fix the rotation
Damien.