From dd8a9398ef3b214779fb5dcec8a3d6adb49ec23f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 10 Dec 2024 10:24:27 +0100 Subject: [PATCH] BIM: Fixed whitespace --- src/Mod/BIM/nativeifc/ifc_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/nativeifc/ifc_objects.py b/src/Mod/BIM/nativeifc/ifc_objects.py index 26e3c96749..ea8f097c24 100644 --- a/src/Mod/BIM/nativeifc/ifc_objects.py +++ b/src/Mod/BIM/nativeifc/ifc_objects.py @@ -26,7 +26,7 @@ import FreeCAD translate = FreeCAD.Qt.translate # the property groups below should not be treated as psets -NON_PSETS = ["Base", "IFC", "", "Geometry", "Dimension", "Linear/radial dimension", +NON_PSETS = ["Base", "IFC", "", "Geometry", "Dimension", "Linear/radial dimension", "SectionPlane", "Axis", "PhysicalProperties"] class ifc_object: