Possible BUG: Unit and Value Display in Preferences also seems to affect accuracy of constructing geometry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Description of the problem
So, I followed a tutorial on Youtube (https://www.youtube.com/watch?v=hkMfm5SXSNE&t=5s) where starting at 16:53 an offset plane is created to mirror the half of a ball. Then this copy is rotated 36 degrees to match up with the bottom part and then the combine fails.
Solving the problem
I found out, that this can be fixed, by simply setting the General Precision property in the Unit and Value Display in Preferences to 0.1234 or above. If it is set to 0.123, the offset plane is created at a distance of 116.372 mm, but if you change the General Precision to 0.1234 and create the offset plane, it is created at a distance of 116.3719 and the combine works!
The reason I think this is a bug
I would not expect, that a property in the Unit and Value Display section would also affect rounding off values in constructing geometry. I would propose a change that the General Precision property and all other Unit and Value Display section properties are not used for rounding off. They should only be used for the exact purpose of displaying values, so only rounding off for formatting.