diff --git a/src/Mod/BIM/ArchCommands.py b/src/Mod/BIM/ArchCommands.py index 0a034a1665..d06978bb22 100644 --- a/src/Mod/BIM/ArchCommands.py +++ b/src/Mod/BIM/ArchCommands.py @@ -379,6 +379,7 @@ def makeFace(wires, method=2, cleanup=False): """makeFace(wires): makes a face from a list of wires, finding which ones are holes""" # print("makeFace: start:", wires) import Part + import DraftGeomUtils if not isinstance(wires, list): if len(wires.Vertexes) < 3: