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 |
|
Uwe
|
02c8b0452e
|
[PD] some more work to remove unused includes
|
2022-02-21 02:50:16 +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
|
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
|
ce0e6e5cef
|
Make FeaturePython Python binding a template class to avoid code duplication
|
2013-03-22 00:34:18 +01:00 |
|
jrheinlaender
|
b30a49ece3
|
PartDesign: implement Transform and Pattern features
|
2012-09-07 11:55:26 +02:00 |
|