Files
create/src/Mod/Draft/draftfunctions
CalligaroV 163c30700f [Feature Request] [Draft] [UI/UX] Remove the center arrow on radial dimensions (#10655)
Related to issue #7573

Forum discussion

https://forum.freecadweb.org/viewtopic.php?p=631252#p631252

These modifications don't add the new properties suggested on the issue mentioned above and suggested on the forum discussion but just remove the center arrow

Other info and discussion can be found at https://gitlab.com/calligarov/FreeCAD/-/merge_requests/1
2023-09-13 15:27:51 +02:00
..
2021-12-07 22:53:54 -06:00
2023-01-22 20:26:40 +01:00
2021-12-07 22:53:54 -06:00
2023-08-08 14:25:00 +02:00
2023-01-22 20:26:40 +01:00
2023-01-22 20:26:40 +01:00
2023-01-22 20:26:40 +01:00
2022-07-08 10:52:05 +02:00
2021-12-07 22:53:54 -06: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