Benjamin Nauck
8d228090de
Web: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
bfdaa9aab2
Techdraw: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
f5244d404c
Surface: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
dc19a631a5
Spreadsheet: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
b4eb28e50e
Sketcher: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
e8d836f390
Robots: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
7efa4c1830
ReverseEngineering: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
044997b1ac
Point: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
98876d070d
PartDesign: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
aad5e58955
Part: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
9086f0ff14
MeshPart: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
a9c66476f8
Mesh: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
bc462c44cc
Measure: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
42e219a9fd
Material: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
eb69b72a2b
Inspection: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
821327b4cd
Import: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
d0dc4c00ef
FEM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
fd28d6f27f
Drawing: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
a7b71335b7
CAM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
984c0d43fd
Assembly: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
marioalexis
db8b58f73e
Fem: Fix return value in FemPostPipelinePy::read
2025-03-28 16:39:34 +01:00
Roy-043
4ac8f0b141
Draft: fix status bar widgets display timing issue
...
Fixes #17044 .
2025-03-28 06:09:54 +01:00
marioalexis
d8b9681a8f
Fem: Update test
2025-03-27 21:13:21 +01:00
marioalexis
10426ca011
Fem: Add electric charge density object
2025-03-27 21:13:21 +01:00
marioalexis
a8372c1f55
Fem: Rename property SurfaceChargeDensity to ElectricFluxDensity
2025-03-27 21:13:21 +01:00
Roy-043
354cc84935
Draft: add font name dropdown to preferences ( #20400 )
...
Fixes #20330 .
2025-03-27 13:11:47 +01:00
Roy-043
b7e4294768
Merge pull request #20483 from Roy-043/Draft-remove-obsolete-param-functions
...
Draft: remove obsolete param functions
2025-03-27 11:51:16 +01:00
Lawrence Woestman
1dddbb2aa5
CAM: Enabled coolant in the refactored_grbl post, with test
2025-03-27 07:31:13 +01:00
PaddleStroke
4631e11230
TechDraw: Section task: Fix spinbox ( #20413 )
...
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-03-26 21:41:17 +01:00
Roy-043
0c9c23dc18
Draft: remove obsolete param functions
...
See #20198
These functions are no longer used in the Draft WB or in the BIM WB.
There is a small risk that 3rd party code relies on them and breaks, but that can be addressed when such is reported as a problem.
2025-03-26 15:52:40 +01:00
Roy-043
bac9ef0fcc
BIM: Remove calls to obsolete Draft.getParam
...
See #20198 .
2025-03-26 13:09:17 +01:00
tritao
8ae48c3c8a
Material: Remove XML binding files.
2025-03-26 13:01:41 +01:00
Joao Matos
e9fda68693
Material: Convert XML bindings to Python.
2025-03-26 12:18:02 +01:00
Roy-043
d18ba9010d
BIM: Remove calls to obsolete Draft.getParam
...
See #20198 .
2025-03-26 11:03:21 +01:00
Benjamin Bræstrup Sayoc
c106e1fdc6
TechDraw: arc dimensions should not have fill
...
Fixes #20418 . Regression by commit 998f713c97
2025-03-26 11:02:57 +01:00
Roy-043
ed388aa60f
Merge pull request #20436 from Roy-043/Draft-Update-checked-state-of-grid-button-when-switching-the-grid
...
Draft: Update checked state of grid button when switching the grid
2025-03-26 10:40:46 +01:00
Yorik van Havre
daf8a4f736
Update src/Mod/BIM/bimcommands/BimMaterial.py
...
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-03-25 20:02:11 -05:00
Yorik van Havre
47d6ad847a
BIM: Fixed material dialog's merge duplicates button - fixes #20124
2025-03-25 20:02:11 -05:00
Joao Matos
faabc3d7d6
Part: Remove XML binding files.
...
This PR removes the Part XML API bindings files now that we have
equivalent Python binding files.
2025-03-25 21:28:52 +01:00
Joao Matos
6083315b04
Part: Convert XML bindings to Python (Part 2)
2025-03-25 19:55:36 +01:00
Joao Matos
e825ebe99d
Part: Clean up XML bindings (Part 2)
...
This cleans up the XML bindings for Part in preparation for an upcoming
migration to Python bindings model.
2025-03-25 17:51:32 +01:00
phaseloop
40ace3241a
CAM: fix estlcam postprocessor ( #20407 )
2025-03-25 10:24:27 +01:00
Furgo
5b882756a7
BIM: add missing import
2025-03-25 09:46:54 +01:00
Furgo
ddc7035fbc
BIM: also install test files
2025-03-25 09:46:54 +01:00
Furgo
518e2a8346
BIM: move more functions to their own modules, standardize logging
2025-03-25 09:46:54 +01:00
Furgo
aa1a5c135b
BIM: move tests to own module, separate App/Gui tests, add TestArchBase
2025-03-25 09:46:54 +01:00
Furgo
40e0c60338
BIM: move Arch wall tests to their own module
2025-03-25 09:46:54 +01:00
Chris Hennes
59bfee2cfe
Mesh: catch exceptions in destructor
2025-03-25 09:45:25 +01:00
Chris Hennes
b6924ff744
Inspection: catch exceptions in destructor
2025-03-25 09:45:25 +01:00
Chris Hennes
ccbbe3d708
Fem: catch exceptions in destructor
2025-03-25 09:45:25 +01:00