carlopav
78f740807c
[Draft] Dimension styles improvements
...
Dimension style property is auto-set on dimension creation.
Further improvementes in DimensionStyleContainer.
.
2020-04-16 11:37:10 +02:00
carlopav
a4f7bc43f6
[Draft] Cleanup of Annotation style branch
...
Further cleanup and guarded imports of Gui in modules.
.
2020-04-16 11:37:10 +02:00
carlopav
cb4295fd8a
[Draft] Splitted object Text and Label from Draft.py
...
And based them on Draft Annotation object
2020-04-16 11:37:10 +02:00
carlopav
19928b7347
[Draft] Updated cmake with splitted annotation objects
...
.
.
2020-04-16 11:37:10 +02:00
carlopav
5b4815f807
[Draft] Dimension Style cleanup
2020-04-16 11:37:10 +02:00
carlopav
749f614313
[Draft] Group object for dimension styles
2020-04-16 11:37:10 +02:00
carlopav
9c4c16c7bb
[Draft] Split angular dimension
...
and made it derived from
DimensionBase <- Draft Annotation
2020-04-16 11:37:10 +02:00
carlopav
9f1405df0e
[Draft] Annotation refactor and Cleanup
...
.
.
2020-04-16 11:37:10 +02:00
carlopav
637c45733e
[Draft] Split Dimension object and reorganize of annotation objects
...
part 1
2020-04-16 11:37:10 +02:00
carlopav
5bbf3ad6cf
[Draft] Dimension style object
...
still have to split viewprovider from object.
[Draft] Dimension Style code cleanup
thx @vocx-fc for reviewing
further cleanup
[Draft] Dimension Style improvements
Added a property to the dimension object to link the dimension style.
Improved the update of dimensions when style changes. This can be done in 2 different ways: by setting AutoUpdate property to True or by activating Update function from the viewprovider context menu.
2020-04-16 11:37:10 +02:00
vocx-fc
855dc4c989
Draft: docstrings for the submodules
2020-04-07 18:12:06 +02:00
vocx-fc
e836811e3c
Draft: improve the README files with links
2020-03-19 12:11:16 -03:00
vocx-fc
549ca9205b
Draft: new Draft_OrthoArray command
...
It replaces the older `Draft_Array` command, and provides
a task panel to select the properties, similar to the
`Draft_PolarArray` and `Draft_CircularArray` commands.
It can also create `App::Links` directly from this task
panel, so it also replaces the `Draft_LinkArray`
introduced by the LinkMerge.
2020-03-03 21:27:31 +01:00
vocx-fc
5e253f6310
Draft: add README files to explain the new structure
2020-02-05 10:59:28 +01:00
vocx-fc
ab6976c5db
Draft: add new command for Draft CircularArray
...
Added object, viewprovider, icon; gui command definition, task panel,
add command to InitGui; add callbacks, and delay system.
2020-01-08 15:16:07 +01:00
vocx-fc
1336381eec
Draft: new command for Draft PolarArray
...
Added object, viewprovider, icon; gui command definition, task panel,
add command to InitGui; add callbacks, and delay system.
2020-01-07 07:18:39 -03:00
vocx-fc
11f4fabf2f
Draft: add GuiCommandBase class to serve as the parent class of all DraftTools
...
Prepare auxiliary directories to restructure all graphical tools
for objects, viewproviders, gui commands, and taskpanels.
2019-12-27 11:01:34 -03:00