Hi guys, I’m having an issue with the precision of the rotation attributes in dynamic components. when I rotate the DC around an x axis I want the precise angle to show up in the RotX attribute window. instead it gives me rounded angle of 1, 2, 3, etc… is there a way to increase precision of the angle to at least 2 decimal places? I need this attribute to compute other elements in a more complex DC and with this rounding the elements don’t really line up.
in the below picture the 90 PANEL STRING is actually rotated by 0.5 degree but the attribute window shows 0 instead.
any solutions to this would be greatly appreciated.
Add an attribute so that RotX references that.
aRotX 42.45569
RotX =aRotX
It must be noted that rotations must be nested, not used in the first set of attributes, otherwise they will be over ridden on import or swap. Only use one rotation per a nesting, otherwise they will interfere with each other.