Commit Graph

21 Commits

Author SHA1 Message Date
f62ab9eb70 fixed bugs for link branch
- App.Base.Vector2d has no "distance" method
- balloons were not treated as a group but one by one
2023-01-01 13:11:01 +01:00
Andréas Livet
90f3402437 anotation grouping : various fix 2022-12-31 17:06:23 +01:00
Andréas Livet
7214c541f1 Annotation balloon are regrouped and created in circle 2022-12-31 17:05:06 +01:00
Andréas Livet
aaeea1784f Button are activated only if view is selected 2022-12-31 17:05:06 +01:00
b8f1e40de3 Added code to work arround TechDraw bugs when using the "annotate view" button 2022-12-31 16:52:40 +01:00
d6fb938d96 Added possibility to annotate parts of sub-assemblies 2022-12-30 22:54:18 +01:00
e5c06a5796 Improved performances and fixed bugs 2022-12-29 18:05:28 +01:00
f9d58c66fc fixed bugs 2022-12-26 14:08:41 +01:00
137b73fea1 refactored and improved view rasterization system (wip) 2022-12-26 10:19:00 +01:00
007e652567 fixed multiple issues
- fixed very slow page refresh (related to part center query from cosmetic 3D vertex)
- fixed bug when annotating a view that has an invalid part reference
- using scale 1.0 for arrow ends (instead of 4.0)
2022-11-14 23:58:51 +01:00
e1e4cd743e Fixed balloon bugs when parts from a different document are added to a view 2022-11-13 13:50:30 +01:00
9dbaa141f1 multiple small improvements
- improved naming of balloons (part name appears more clearly, balloon numbering is at the end)
- balloons for parts that were already in the previous step are hidden by default
- disabled highlighting of part drawing related to the selected balloon (for performance reasons)
- added possibility to explicitely set the display name of a part (instead of using the file name)
- added workaround for balloons that are not rendered until selected
2022-10-22 17:35:50 +02:00
85fa12e301 Added code to highlight in red balloons that reference parts not drawn in the view 2022-10-16 16:27:25 +02:00
477d49e1e8 Added interface to add/remove parts on a view (with selection in tree view and/or 3D view) 2022-10-15 19:37:29 +02:00
4588a3716a Added possibility to move arrow extremity of balloons 2022-10-15 00:44:33 +02:00
110f8cc420 refactored code so that balloon selection logic is independent from "annotate" button 2022-10-14 21:02:50 +02:00
4bf1b9245f Added cache system to reduce part highlighting time 2022-10-12 22:40:25 +02:00
ed83fdb0b4 Added code to highlight a part when selecting its balloon (wip) 2022-10-10 18:55:20 +02:00
10c787ba55 added code to annotate all objects in a TechDraw view 2022-10-08 19:10:17 +02:00
b4eb9b7207 added code to annotate an object in TechDraw with its name (wip) 2022-10-05 12:12:33 +02:00
41097abf6a Added macro to annotate a view (wip) 2022-10-04 22:44:35 +02:00