How can I constrain negative rotation? (not positive)
How can I constrain negative rotation? (not positive)
(OP)
Hello,
I would like to know the procedure to constrain a reference node in one rotation direction only.
The node should only be able to rotate in the positive UR1 direction, therefore no negative rotation is allowed.
How can I implement this?
Thank you very much,
Regards
I would like to know the procedure to constrain a reference node in one rotation direction only.
The node should only be able to rotate in the positive UR1 direction, therefore no negative rotation is allowed.
How can I implement this?
Thank you very much,
Regards





RE: How can I constrain negative rotation? (not positive)
-1000000, -0.001
0, 0
0.001, 1000000
that is: the spring is very soft in the positive direction while very stiff in the negative direction
RE: How can I constrain negative rotation? (not positive)
thank you very much.