Invert: clean up imports
This commit is contained in:
parent
8f15765047
commit
5a72dedd4c
|
@ -25,16 +25,11 @@ __title__="Lattice Invert object: creates an array of placements from a compound
|
||||||
__author__ = "DeepSOIC"
|
__author__ = "DeepSOIC"
|
||||||
__url__ = ""
|
__url__ = ""
|
||||||
|
|
||||||
import math
|
|
||||||
|
|
||||||
import FreeCAD as App
|
import FreeCAD as App
|
||||||
import Part
|
import Part
|
||||||
|
|
||||||
from lattice2Common import *
|
from lattice2Common import *
|
||||||
import lattice2BaseFeature
|
import lattice2BaseFeature
|
||||||
import lattice2CompoundExplorer as LCE
|
|
||||||
import lattice2GeomUtils as Utils
|
|
||||||
import lattice2Executer
|
|
||||||
|
|
||||||
# -------------------------- document object --------------------------------------------------
|
# -------------------------- document object --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user