You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? A clean clamp system that keeps parts rotated at any angle locked inside a plot.
-
What is the issue? When a user rotates a part, they can get the part out of their plot’s bounds
-
What solutions have you tried so far? Normal Clamping
As you can see in the image below, it works fine when the user doesn’t rotate the part.
But when the user rotates the part, It goes off plot, which can potentially go to disaster, as seen in this image:
Although this isn’t that big of an issue, I need both the move tool and scale tool to work with the rotation to, so preferably I want a way to achieve a global axis, but this will only work rotated at 90, 180, 270.
Is there any way to clamp the part in the plot with rotation? It would be a live-update kind of thing in case the user rotates the part, and so the scale tool and move tool wont break.
I looked at some similar posts to this, but none of them explained it well or weren’t marked with an answer.