mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
5c31ae4c37
I generally like to minimise knobs and dials, so this is now part of the wizard but now defaults to a "NONE" unit. You also now have the option to choose "NONE" for area / volume units which makes things consistent. Enum names also match the IFC lowercase convention for conversion based units. This also simplifies the core logic and treats all units the same way instead of special cases for each unit type. (length is still special and required in Bonsai as we are inherently graphical)