From 29de264b4369dc1c3feeab55e9691b4ef06830c6 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 7 Apr 2025 13:01:31 +0500 Subject: [PATCH] ifc5d - remove Qto_BodyGeometryValidation from ifc4x3 base qtos (6c04669) As it's not part of base quantities and it would be unexpected for user if some additional qto would start calculating for every IfcProduct. --- src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json | 10 ---------- src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json index cf0bf7ebde..7a2c70b3af 100644 --- a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json +++ b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json @@ -540,16 +540,6 @@ "Width": "net_get_min_xyz" } }, - "IfcProduct": { - "Qto_BodyGeometryValidation": { - "GrossSurfaceArea": null, - "GrossVolume": null, - "NetSurfaceArea": null, - "NetVolume": null, - "SurfaceGenusAfterFeatures": null, - "SurfaceGenusBeforeFeatures": null - } - }, "IfcProjectionElement": { "Qto_ProjectionElementBaseQuantities": { "Area": null, diff --git a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json index a1351c07ff..439d502cc2 100644 --- a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json +++ b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json @@ -540,16 +540,6 @@ "Width": "get_height" } }, - "IfcProduct": { - "Qto_BodyGeometryValidation": { - "GrossSurfaceArea": null, - "GrossVolume": null, - "NetSurfaceArea": null, - "NetVolume": null, - "SurfaceGenusAfterFeatures": null, - "SurfaceGenusBeforeFeatures": null - } - }, "IfcProjectionElement": { "Qto_ProjectionElementBaseQuantities": { "Area": "get_net_side_area",