Arch - prevision for NativeIFC

This commit is contained in:
Yorik van Havre
2023-04-27 12:07:23 +02:00
parent 25157275f0
commit 141a473eee

View File

@@ -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