You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good spot - this is in the python layer only, but is definitely annoying. The Vector class has some Python overrides that add length units to its components. I'll need to either remove these for this class or create a typed-vector interface for angles. For now, use .value() to get the raw doubles representing the angles in degrees.
Great. I assumed it must be a Python layer thing since I've never had an issue with parsing anything, or creating spaces based on the box information. As suggested, I'm currently using .value(), then manually converting to degrees 👍
Angles returned by the
box_angles()
method have length units:The text was updated successfully, but these errors were encountered: