Hi... Invert axis is a function that allows you to select half of the model with 1 click. I want to hotkey this command but I don't know where it is located. Does anyone know?
You can create a macroscript for it and then map it to a hotkey. This will use whatever settings you have set in the ribbon.
macroScript SelectByHalf<br>category:"Custom Scripts" <br>tooltip:"Select By Half" <br>buttontext:"Select By Half"<br>(<br> on execute do PolyBoost.HalfSelect()<br>)
Replies