Benjamin Nauck
7c6db638c8
Fem: Add #include <limits> where used
2025-03-31 23:51:06 +02:00
Benjamin Nauck
e2da3bce46
FEM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
bofdahof
1c4ecf576b
FEM: apply std::ranges
2025-03-16 17:16:30 -05:00
tritao
551c2e48fb
Gui: Reorganize the selection files into a top Selection folder.
2025-02-03 17:56:57 +01:00
Ladislav Michl
0b3adee2ab
Base: Quantity: return std::string
2024-12-23 17:48:42 +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
wmayer
be34f251cd
FEM: Fix convoluted event handling of constraint task boxes
...
and make Delete key working on macOS
2024-07-23 23:19:51 -05:00
Max Wilfinger
8ff5a1f688
Fix source string typos mentioned on Crowdin ( #15261 )
2024-07-08 17:18:31 -05:00
marioalexis
6002a73fd7
Fem: Use base class open and reject methods in constraint task panels
2024-06-24 22:03:07 -03:00
marioalexis
5548ba1c59
Fem: Set Scale in TaskFemConstraint base class
2024-06-24 22:03:07 -03:00
marioalexis
6714af1bc8
Fem: Update ReferenceNode property from task dialog - fixes #14172
2024-05-27 11:02:59 -05:00
marioalexis
42d13a3747
Fem: Update task dialog of the rigid body constraint
2024-05-16 12:51:37 -05:00
FEA-eng
f012e92e33
Fem: Update properties of ConstraintRigidBody
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
845c0e7bcd
FEM: Add unit test for new ConstraintRigidBody object
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
3785aec4c8
FEM: Make connections with rigid body gui and app
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
a9bff5b7b3
[FEM] Add rigid body constraint
2024-05-16 12:51:37 -05:00