Wanderer Fan
|
fa585b1ccb
|
[TD]fix bad edge in face finder
|
2022-07-07 10:22:50 -04:00 |
|
wmayer
|
e8f9c8a1d3
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Wanderer Fan
|
bb3e637e9e
|
[TD]fix detail highlight on DrawViewDetail
|
2022-03-14 20:03:08 -04:00 |
|
Wanderer Fan
|
855941d5bb
|
[TD]fix misplaced section line
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
|
2022-03-03 09:31:29 -05:00 |
|
Wanderer Fan
|
28c5890bc9
|
[TD] avoid memory leaks by using shared_ptr
TD geometry objects are sometimes double deleted. This
change uses shared_ptr instead of raw pointers to manage
deletions.
|
2022-01-07 13:34:20 -05:00 |
|
wmayer
|
3fa4a321d3
|
TD: replace usage of raw pointers of Vertex and Face with shared pointers.
This fixes issue 4741: Broken File After Using Landmark Dimension in TechDraw
|
2021-12-10 14:25:24 +01:00 |
|
Tomas Pavlicek
|
2a1597cded
|
TechDraw - Undo for Cosmetics Vertices and Lines
|
2021-08-11 10:07:02 +02:00 |
|
Aapo
|
505ba2e42f
|
[TD] DrawViewPart.cpp: Fix a crash when user sets the PropertyVector Direction to zero.
|
2021-02-25 12:40:59 +01:00 |
|
wmayer
|
2de6a80bb4
|
TD: [skip ci] explicitly nullify geometryObject in DrawViewPart::partExec to avoid to leave it a dangling pointer in case makeGeometryForShape raises an exception
|
2021-02-25 11:34:29 +01:00 |
|
vosk
|
100a7ade4c
|
[TD] - Fix geometry object leaking on every exec
|
2021-02-19 16:50:56 +01:00 |
|
wmayer
|
716433e55b
|
TechDraw: [skip ci] Coverity: Uninitialized scalar variable/Uninitialized scalar field
|
2020-09-14 13:54:55 +02:00 |
|
wandererfan
|
fa111f86ad
|
[TD]draw line through 2 points
|
2020-08-19 09:02:25 -04:00 |
|
wandererfan
|
040d3f7b06
|
[TD]fix showSectionEdge preference
|
2020-08-10 10:19:09 -04:00 |
|
wmayer
|
9424395afc
|
PVS: V1004 A pointer was used unsafely after it was verified against nullptr
|
2020-07-18 10:59:27 +02:00 |
|
wandererfan
|
e0c80824de
|
[TD]DPG spacing for oblique views
|
2020-07-07 15:26:20 -04:00 |
|
donovaly
|
6db5b9f3b5
|
[TD] code optimization for DrawViewPart
Use same code for GeomHatch and Hatch in DrawViewPart as discussed here: https://forum.freecadweb.org/viewtopic.php?f=35&t=47536&start=10
|
2020-06-16 10:02:21 -04:00 |
|
wandererfan
|
d34c3573ab
|
[TD]clear svg hatch on delete
|
2020-06-15 13:57:55 -04:00 |
|
wandererfan
|
8944a9cfbe
|
[TD]Export Svg hatch as bitmap
|
2020-05-29 20:53:24 -04:00 |
|
wandererfan
|
393cf75276
|
[TD]minor code clean ups
|
2020-05-16 07:42:45 -04:00 |
|
wandererfan
|
eaf2f0e8a4
|
[TD]Simplify Cosmetic List & PyObject handling
|
2020-05-16 07:42:45 -04:00 |
|
WandererFan
|
243ce53797
|
[TD]prevent extra recompute on X,Y change
|
2020-05-10 11:03:15 -04:00 |
|
wandererfan
|
a3029fec74
|
[TD]Centralize preference getters
|
2020-04-24 11:13:49 -04:00 |
|
wandererfan
|
ed105a6f5b
|
[TD]Use PropertyXLinkList for external Sources
|
2020-04-14 10:24:29 -04:00 |
|
wandererfan
|
13661ddf21
|
[TD]remove highlight on deletion of detail
|
2020-03-26 12:36:33 -04:00 |
|
wandererfan
|
7100eb4ba3
|
[TD]synchronize defaults in code and prefs
|
2020-03-16 08:57:08 -04:00 |
|
wandererfan
|
99a9964231
|
[TD]support App::Link in View Source
|
2020-03-13 09:00:14 -04:00 |
|
wandererfan
|
fb035a9a0d
|
[TD]remove Hatches from Display when deleted
|
2020-03-11 18:17:46 -04:00 |
|
wandererfan
|
fd240e9ea2
|
[TD] Landmark Dim minor clean ups
- clean up reference vertices on delete
- protect fail on close empty Page
- hide unimplemented functions
|
2020-02-27 15:46:31 -05:00 |
|
wandererfan
|
d1d7098ad6
|
[TD]Support Landmark Dim in Section and Detail
|
2020-02-25 17:21:00 -05:00 |
|
wandererfan
|
cb2a3d529c
|
[TD]Landmark Dims initial impl
|
2020-02-25 17:21:00 -05:00 |
|
wandererfan
|
146d2b9adc
|
[TD]2 pass autoscale for DVD, DVS
|
2020-02-14 07:44:56 -05:00 |
|
wandererfan
|
d2a8571737
|
[TD]fix autoscale for DPG
|
2020-02-14 07:44:56 -05:00 |
|
wandererfan
|
bfe865579b
|
[TD]delete extraneous definition
|
2020-01-27 08:02:29 -05:00 |
|
wandererfan
|
79d5d35eb1
|
[TD]Preferences: reorganize and add missing
|
2020-01-27 08:02:29 -05:00 |
|
luz.paz
|
d1dc813a80
|
TD: fix header uniformity
This PR fixes header uniformity across all TechDraw WB.
|
2019-12-21 09:57:45 -05:00 |
|
wandererfan
|
8cbcd243e6
|
[TD]Py routines for CenterLines
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
b54212f82c
|
[TD]Python routines and extension for line formating
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
a71bc8f734
|
[TD]Python routines and extension for Cosmetic Edges
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
f63cd9255a
|
[TD]Python routines & extension for CosmeticVertex
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
7906c3a684
|
[TD]fix assembly CS has wrong XDir
|
2019-11-27 07:31:45 -05:00 |
|
wandererfan
|
a78e4229da
|
[TD]correct face detection to avoid ghost faces
|
2019-11-27 07:31:45 -05:00 |
|
wandererfan
|
13ed0a1be9
|
[TD]Section Line position
|
2019-11-27 07:31:45 -05:00 |
|
wandererfan
|
c01d6172e9
|
[TD]Handle missing XDirection on old files
|
2019-11-27 07:31:45 -05:00 |
|
wandererfan
|
9d9d41bcd0
|
[TD]correct alignment of Section & Detail with Base
|
2019-11-27 07:31:45 -05:00 |
|
wandererfan
|
3921a22e8b
|
[TD]CL removal
|
2019-11-06 20:31:02 -05:00 |
|
wandererfan
|
4b93655b83
|
[TD]Avoid double delete on cosmetic items
|
2019-11-06 20:31:02 -05:00 |
|
wandererfan
|
f539a0ea8c
|
[TD]use UUID for CosmeticEdges instead of indices
|
2019-11-06 20:31:02 -05:00 |
|
wandererfan
|
b34eb9de77
|
[TD]Implement unique tags for Cosmetic Vertex
|
2019-11-02 14:59:32 -04:00 |
|
wandererfan
|
88b07896e6
|
[TD]Extent Dimensions
|
2019-11-02 14:59:32 -04:00 |
|
wandererfan
|
f4829a5deb
|
[TD]improve handling of Assembly4 Models
|
2019-10-28 08:39:06 -04:00 |
|