bofdahof
ba2c2ca5ad
Console: rename PascalCase named methods to camelCase
2025-05-06 17:50:21 +02:00
Benjamin Nauck
21fbf8e539
Use Base::toRadians() instead of manually converting
2025-04-15 07:16:36 +02:00
Benjamin Nauck
c2e885d774
PartDesign: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Kacper Donat
954b729b56
Gui: Use getObject<T>() helpers in classes
...
This commit is generated using regex based find and replace:
```
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*getObject\(\s*\)\)/getObject<$1>/
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*([^)]*)\s*->\s*getObject\(\s*\)\)/$2->getObject<$1>()/
```
To regenerate if needed.
2024-12-06 18:29:39 +01:00
luz paz
d265c9ff63
PD: remove trailing whitespace
2022-11-10 10:32:04 +01:00
Uwe
68b02d0641
[PD] re-add accidentally removed code in commit 7bdad502
2022-06-25 16:44:44 +02:00
andrea
c66aadeb60
removed references to OCC<7
2022-06-25 14:29:24 +02:00
Uwe
f5da0f3c56
[PD] Body and utils: remove unused includes
2022-02-20 21:23:05 +01:00
Ajinkya Dahale
0f7f7136ce
[PD] Check if property is named before strcmp
2021-11-11 01:13:17 +01:00
wmayer
f4e4ed0c25
PD: simplify code to display add/sub shape
2021-10-09 11:38:25 +02:00
wmayer
9aa287ba7b
Part: remove ViewProviderPartExt::getNormals
2021-10-08 19:34:48 +02:00
Zheng, Lei
cd2b7e297c
PartDesign changes
...
* Mostly for supporting in-place editing
* Add new SubShapeBinder that support cross coordinate system,
external, and sub-object binding
2019-08-17 15:15:47 +02:00
Abdullah Tahiri
07dacdba36
PartDesign: PCH GUI
2019-05-02 07:12:51 +02:00
wmayer
ba2cfa7104
improve whitespaces
2018-10-03 12:40:13 +02:00
wmayer
3f9dda9263
proper handling of setting and reverting preview mode in PD view provider
2018-02-10 00:42:10 +01:00
wmayer
2b5765eb66
add option to compute vertex normals from the triangulation instead of the u,v nodes
...
This is a workaround for issue #0003180 : Wrong normal of part object
2018-01-14 15:55:01 +01:00
wmayer
4dc97ffd92
revert commit 44c31b35b and fix original code
2017-03-01 22:54:14 +01:00
Wolfgang E. Sanyer
7ba80cc36c
Fixed typo.
2017-02-27 10:26:00 +01:00
wmayer
dfa5972b4b
+ fix various warnings with VC12
2016-04-16 12:02:58 +02:00
Stefan Tröger
97a51686c7
PartDesign: Adopt primitive preview
...
The preview was developed when the "one feature only" visibility rule was not yet introduced. This commit maks it work again.
2016-04-12 18:12:23 +02:00
Alexander Golubev
27667cf5e6
Fix warnings introduced in new PartDesign
...
Mostly unused wariables and compare of signed & unsigned
2016-04-12 18:12:21 +02:00
DeepSOIC
b7abab1131
Fix build on Windows
2016-04-12 18:12:10 +02:00
Stefan Tröger
254e2226ba
generalize preview mode
2016-04-12 18:12:09 +02:00