From 141a473eeee5304c0fb221666e92d7e18017d476 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 27 Apr 2023 12:07:23 +0200 Subject: [PATCH] Arch - prevision for NativeIFC --- src/Mod/Arch/ifc_viewproviders.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Arch/ifc_viewproviders.py b/src/Mod/Arch/ifc_viewproviders.py index d014626100..4c8508f968 100644 --- a/src/Mod/Arch/ifc_viewproviders.py +++ b/src/Mod/Arch/ifc_viewproviders.py @@ -46,3 +46,8 @@ class ifc_vp_document(ifc_vp_object): def attach(self, vobj): FreeCAD.Console.PrintWarning("Warning: Object "+vobj.Object.Label+" depends on the NativeIFC addon which is not installed, and will not display correctly in the 3D view\n") return + +class ifc_vp_group: + """NativeIFC class placeholder""" + def __init__(self): + pass