mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
Fix qto bug where cubic meter units are incorrectly converted.
This commit is contained in:
@@ -76,7 +76,7 @@ class SI2ProjectUnitConverter:
|
||||
"IfcLengthMeasure": "METRE",
|
||||
"IfcMassMeasure": "GRAM",
|
||||
"IfcTimeMeasure": "SECOND",
|
||||
"IfcVolumeMeasure": "CUBIE_METRE",
|
||||
"IfcVolumeMeasure": "CUBIC_METRE",
|
||||
}
|
||||
|
||||
def convert(self, value, measure):
|
||||
|
||||
Reference in New Issue
Block a user