Kacper Donat
|
b300c80b90
|
Base: Use explicit pointer syntax for freecad_cast (#20694)
* Base: Use explicit pointer syntax for freecad_cast
This aligns our custom cast with other casts
* All: Use explicit pointer syntax for freecad_cast
|
2025-04-11 14:11:33 +00:00 |
|
Kacper Donat
|
35a9673a75
|
Base: Rename Base::freecad_dynamic_cast into freecad_cast
This is to make it shorter and easier to use. QT does the same thing
with their qobject_cast.
|
2025-04-07 10:32:28 -05:00 |
|
André Althaus
|
a93e94dabb
|
Modernize code
|
2024-05-23 12:23:32 +02:00 |
|
André Althaus
|
067c774292
|
Format code with clang-format
|
2024-05-23 12:23:28 +02:00 |
|
André Althaus
|
45bb606095
|
Add a TransformMode property to the pattern features
This property controls wether the selected features tool shapes are
transformed or the whole base feature's shape.
|
2024-05-23 12:22:26 +02:00 |
|
Florian Foinant-Willig
|
6adc675a12
|
PartDesign: modernize type checking
|
2023-10-23 18:08:16 +02:00 |
|
wmayer
|
9a1f8a11d6
|
PD: modernize C++: use range-based for loop
|
2023-08-16 21:54:56 -05:00 |
|
berniev
|
da9ebc572f
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +02:00 |
|
wmayer
|
3608ee7f51
|
PD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Uwe
|
7162c1a1f4
|
[PD] final work to remove unused includes
|
2022-02-22 02:18:49 +01:00 |
|
luz.paz
|
d38f18af23
|
PartDesign: [skip ci] fix header uniformity
This PR fixes header uniformity across all PartDesign WB files
|
2019-12-22 00:58:38 +01:00 |
|
wmayer
|
7acdb56d92
|
Replace Base::Exception with appropriate subclass
|
2018-11-14 19:28:00 +01:00 |
|
wmayer
|
5a2acd5645
|
avoid that transform children of a multi-transform stay touched after recompute
|
2017-10-06 14:56:18 +02:00 |
|
wmayer
|
63ad26491f
|
fix Coverity issues
|
2016-08-22 15:02:18 +02:00 |
|
wmayer
|
e8b36592c0
|
fix Coverity issues
|
2016-08-21 18:46:40 +02:00 |
|
Wolfgang E. Sanyer
|
7f4a437cc2
|
This commit adds getShape and setShape to TopoShape
|
2016-08-06 23:42:55 +02:00 |
|
Stefan Tröger
|
9a2f5eea65
|
allow non-sketch based additive and subtractive features
|
2016-04-12 18:12:06 +02:00 |
|
wmayer
|
b7be7aec13
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-07 13:38:17 +02:00 |
|
wmayer
|
ce0e6e5cef
|
Make FeaturePython Python binding a template class to avoid code duplication
|
2013-03-22 00:34:18 +01:00 |
|
logari81
|
afb3355193
|
Make Multitransform children inherit its Placement
|
2013-01-06 23:33:00 +01:00 |
|
jrheinlaender
|
b30a49ece3
|
PartDesign: implement Transform and Pattern features
|
2012-09-07 11:55:26 +02:00 |
|