Benjamin Nauck
|
21fbf8e539
|
Use Base::toRadians() instead of manually converting
|
2025-04-15 07:16:36 +02:00 |
|
Benjamin Nauck
|
e2da3bce46
|
FEM: Use std::numeric_limits and std::numbers instead of defines
|
2025-03-29 13:32:38 +01:00 |
|
wmayer
|
d88253c2a1
|
Fix several compiler warnings
* variable 'xAngle' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
* variable 'yAngle' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
* variable 'zAngle' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
* unused variable 'base' [-Werror,-Wunused-variable]
* unused variable 'extrude' [-Werror,-Wunused-variable]
|
2024-06-11 11:42:12 +02:00 |
|
marioalexis
|
d228d50755
|
Fem: Update constraint transform
|
2024-06-05 13:12:25 -03:00 |
|
marioalexis
|
6aabe77a1a
|
Fem: Constraint symbol scaling based on shape size - fixes #7030
|
2024-04-29 10:46:40 -05:00 |
|
marioalexis
|
b23c5f6721
|
Fem: Move Points and Normals properties to base class
|
2024-02-15 13:31:20 -06:00 |
|
marioalexis
|
336bf03ada
|
Fem: Call base class handleChangedProperyType function
|
2024-01-20 20:20:56 -07:00 |
|
wmayer
|
e66404523c
|
Fem: Apply clang-format
|
2023-09-25 14:50:43 +02:00 |
|
Uwe
|
962dd41734
|
[FEM] Transform constraint overhaul
- fix warning about local scope
- make the angles a PropertyAngle to handle the unit
- also fix some too long code lines
|
2023-03-28 02:11:36 +02:00 |
|
Uwe
|
0fb0dd57ad
|
[FEM] App, FemConstraint*: remove unused includes - part 2/2
- also sort includes
|
2022-10-02 19:36:38 +02:00 |
|
berniev
|
f4ffd15864
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +02:00 |
|
wmayer
|
bde17e1b9f
|
Fem: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
luz.paz
|
73b8ee91ee
|
FEM: [skip ci] fix header uniformity
This PR fixes header uniformity across all FEM WB files
|
2019-12-21 20:00:14 +01:00 |
|
wmayer
|
b1dd1e61a7
|
force strict ISO C++ (-Wpedantic)
for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
|
2019-09-18 14:18:07 +02:00 |
|
luz.paz
|
ccd7be0bc2
|
FEM: file headers, fix .cpp and .h header text
|
2018-10-25 11:00:07 -03:00 |
|
kgoao
|
b3cb1d48e3
|
FEM: ConstraintTransform: core implementation
FEM: ConstraintTransform: transformable surface comment modification
FEM: ConstraintTransform: re-adjusted GUI layout
FEM: ConstraintTransform: more tweaking
FEM: ConstraintTransform: GUI layout adjustment
FEM: ConstraintTransform: GUI bug fix
FEM: ConstraintTransform: implemented App::PropertyEnumeration for type of transform
|
2016-09-27 13:04:46 -03:00 |
|