bug: many decimal places obstruct measurement in sketch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
As the title suggests:
if you have many decimal places on, when you draw a sketch line, the interface shows all decimal places while drawing. The measurement input does not scale to allow this, so you can't read the measurement. In my case I have a precision of 0,123456
Why do i need such precision?
I don't. But I need it to work around the fact that component masses (still) can't be overwritten/hard coded.
Since the volume measurement are in kg/mm3, the values quickly become 0,000xyz, and if you set the precision to less than the amount of digits in a physical material, there's a big rounding error.