I have a valve template that I use and I would like to rotate it, but the rotation buttons are greyed out. Is there another way I can achieve this without explicitly making multiple versions of the template?
Ive done this before by creating a template parameter which you can enter an angle and bind it to the angle property of whatever you want to rotate inside the template.
Hmm, I want to rotate the entire thing, no specific aspect inside. But that would work for individual parts
You can group everything and bind the parameter to the groups angle property.
1 Like
Ah that might do it! Thanks!