MeshPart: [skip ci] import MeshPartGui in order to load icon resources

This commit is contained in:
wmayer
2020-09-13 09:59:14 +02:00
parent 6aeed648f6
commit 24fd057cbb

View File

@@ -2,6 +2,7 @@ import Mesh
import FreeCAD as App
import FreeCADGui as Gui
import Part
import MeshPartGui
class BaseCommand(object):
def __init__(self):
@@ -12,7 +13,7 @@ class BaseCommand(object):
return False
else:
return True
class CreateFlatMesh(BaseCommand):
"""create flat wires from a meshed face"""