mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 17:31:06 +00:00
Fix #6271
Fix a bug about wrong net values qto calculation with IfcOpenshell
This commit is contained in:
committed by
Dion Moult
parent
076f39e2d6
commit
b6b553e726
@@ -255,7 +255,7 @@ class IfcOpenShell:
|
|||||||
tasks.append((iterator, gross_qtos))
|
tasks.append((iterator, gross_qtos))
|
||||||
|
|
||||||
if net_qtos:
|
if net_qtos:
|
||||||
for iterator in IfcOpenShell.create_iterators(ifc_file, cls.gross_settings, list(elements)):
|
for iterator in IfcOpenShell.create_iterators(ifc_file, cls.net_settings, list(elements)):
|
||||||
tasks.append((iterator, net_qtos))
|
tasks.append((iterator, net_qtos))
|
||||||
|
|
||||||
cls.unit_converter = SI2ProjectUnitConverter(ifc_file)
|
cls.unit_converter = SI2ProjectUnitConverter(ifc_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user