Uwe
|
b2bb479788
|
[TD] last part of removal of superfluous nullptr checks
|
2022-07-20 12:17:16 +02:00 |
|
Uwe
|
b81d7e4864
|
[TD] remove some more superfluous nullptr checks
|
2022-07-20 11:54:28 +02:00 |
|
Uwe
|
5486c9808d
|
[TD] remove some more superfluous nullptr checks
|
2022-07-20 02:53:48 +02:00 |
|
Wanderer Fan
|
1c97b3d5df
|
[TD]fix ExtendShorten handling of CenterLine
|
2022-04-23 18:43:27 -04:00 |
|
wmayer
|
e8f9c8a1d3
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01: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 |
|
wandererfan
|
6734bffcc6
|
[TD]Eliminate replace fcns for Cosmetic objs
|
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
|
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 |
|