delete useless imports

This commit is contained in:
Thomas-Alexandre Moreau 2025-02-07 16:52:17 +01:00
parent 750725340b
commit fbe3aa73eb

View file

@ -3,11 +3,6 @@ import FreeCAD
import FreeCADGui import FreeCADGui
import Draft import Draft
import os import os
import svgpathtools
from svgpathtools import svg2paths
from shapely.geometry import LineString
from lxml import etree
from shapely.ops import unary_union
import Mesh import Mesh
@ -133,9 +128,6 @@ class WindowDialog():
# -------- END -------- # # -------- END -------- #
# -------- MODIFICATION DE MA MACRO "QuickSVGExport" -------- #
def exportSVG(self, isCalepinage): def exportSVG(self, isCalepinage):
plateLength = self.form.doubleSpinBoxLength.value() plateLength = self.form.doubleSpinBoxLength.value()
plateWidth = self.form.doubleSpinBoxWidth.value() plateWidth = self.form.doubleSpinBoxWidth.value()
@ -164,8 +156,6 @@ class WindowDialog():
else: else:
self._exportSketchBasic(sketchList) self._exportSketchBasic(sketchList)
# -------- END -------- #
def exportSTL(self, singleMode): def exportSTL(self, singleMode):
outputRacine = App.activeDocument().getFileName().rpartition('.')[0] outputRacine = App.activeDocument().getFileName().rpartition('.')[0]
__obj__ = [] __obj__ = []