Moved all Path operations with model and gui into Path.Op module

This commit is contained in:
Markus Lampert
2022-08-11 23:53:33 -07:00
parent 289c1f8c87
commit 45f2765418
65 changed files with 261 additions and 259 deletions

View File

@@ -22,7 +22,8 @@
# * Major modifications: 2020 Russell Johnson <russ4262@gmail.com> *
import FreeCAD
import PathScripts.PathProfile as PathProfile
import Path
import Path.Op.Profile as PathProfile
__title__ = "Path Profile Edges Operation (depreciated)"