freecad-cam/Mod/Draft/draftfunctions
2026-02-01 01:59:24 +01:00
..
__pycache__ init 2026-02-01 01:59:24 +01:00
__init__.py init 2026-02-01 01:59:24 +01:00
array.py init 2026-02-01 01:59:24 +01:00
cut.py init 2026-02-01 01:59:24 +01:00
downgrade.py init 2026-02-01 01:59:24 +01:00
draftify.py init 2026-02-01 01:59:24 +01:00
dxf.py init 2026-02-01 01:59:24 +01:00
extrude.py init 2026-02-01 01:59:24 +01:00
fuse.py init 2026-02-01 01:59:24 +01:00
heal.py init 2026-02-01 01:59:24 +01:00
join.py init 2026-02-01 01:59:24 +01:00
mirror.py init 2026-02-01 01:59:24 +01:00
move.py init 2026-02-01 01:59:24 +01:00
offset.py init 2026-02-01 01:59:24 +01:00
README.md init 2026-02-01 01:59:24 +01:00
rotate.py init 2026-02-01 01:59:24 +01:00
scale.py init 2026-02-01 01:59:24 +01:00
split.py init 2026-02-01 01:59:24 +01:00
svg.py init 2026-02-01 01:59:24 +01:00
svgshapes.py init 2026-02-01 01:59:24 +01:00
svgtext.py init 2026-02-01 01:59:24 +01:00
upgrade.py init 2026-02-01 01:59:24 +01:00

2020 May

These modules provide supporting functions for dealing with the custom "scripted objects" defined within the workbench.

The functions are meant to be used in the creation step of the objects, by the "make functions" in draftmake/, but also by the graphical "Gui Commands" modules in draftguitools/ and drafttaskpanels/.

These functions should deal with the internal shapes of the objects, or other special properties. They should not be very generic; if they are very generic then they are more appropriate to be included in the modules in draftutils/.

For more information see the thread: [Discussion] Splitting Draft tools into their own modules