Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to compute a radius, which is proportional to a ratio of two angles, say in degrees, e.g.:
new radius = old radius * angle/(360-angle)
But it seems like the expression engine thinks that the unit of angle/(360-angle) is angle and it does not let me assign the whole expression to the new radius.
This seems like an obvious error. Is there a workaround for this?
Solved! Go to Solution.