Commit Graph

37448 Commits

Author SHA1 Message Date
Yorik van Havre
4b18e2f2ae BIM: Reapplied #13648 2024-05-22 10:58:23 +02:00
pre-commit-ci[bot]
d71bc637a5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-05-22 10:21:10 +02:00
mos
ab30391742 [fem] clean
clean unused code
2024-05-22 10:21:10 +02:00
paullee
a5778d1524 [ArchCurtainWall] Add OverrideEdges & ArchSketch Support
- Add Overridges property to let user to select particular edge(s) in a Sketch / ArchSketch to use create the shape of the Arch Curtain Wall (instead of using all edges by default).

ENHANCEMENT by External 'ArchSketch' Add-on:

- GUI 'Edit Curtain Wall' Tool is provided in external Add-on ('SketchArch') to let users to select the edges interactively.
- The selection of edges is 'Toponaming-Tolerant' if ArchSketch is used in Base (and SketchArch Add-on is installed).
- Warning : Not 'Toponaming-Tolerant' if just Sketch is used.
- Property is ignored if Base ArchSketch provided the selected edges.

Forum Discussion:

- https://forum.freecad.org/viewtopic.php?p=756554#p756554 [ ArchSketch ] - Curtain Wall, Slab, ArchWall etc. on Same ArchSketch
2024-05-22 09:52:15 +02:00
Yorik van Havre
e142b9f94f BIM: Restored original copyright header of ArchCutPlane command 2024-05-22 09:20:23 +02:00
Yorik van Havre
da86d4b81a BIM: Reworked preferences and setup screens
* Reworded welcome screen, removed "update" section
* Removed Webtools and Start option from setup dialog - fixes #14179
* Renamed Arch preferecnes to BIM - fixes #14121
* Moved NativeIFC preferences to BIM - fixes #14137
2024-05-22 09:18:41 +02:00
wandererfan
85be479fd6 [TD]fix Win CI fail a/c OCC Handle style 2024-05-21 14:14:16 -04:00
wandererfan
5f820b8b85 [TD]fix conversion of BSpline to Circle/Arc 2024-05-21 14:14:16 -04:00
wandererfan
e72c63e98a [TD]fix autocorrect handling of older documents 2024-05-21 14:14:16 -04:00
mosfet80+
cc96fcae66 [mod] removed unused variable
removed unused variable
2024-05-21 13:01:34 +02:00
Yorik van Havre
6a6aa26a1c BIM: Allow to export groups as assemblies 2024-05-21 08:52:03 +02:00
hoshengwei
0102f2608e fix BIM Project Manager import error 2024-05-21 08:16:56 +02:00
bgbsww
9e2a8343a0 Toponaming: Cleanup verified face calls 2024-05-20 17:48:01 -05:00
Chris Hennes
d0036fa384 Merge pull request #13705 from chennes/enableToponamingFix
Toponaming: Enable FC_USE_TNP_FIX code
2024-05-20 17:47:18 -05:00
Chris Hennes
5dadd2c3c3 Toponaming: Test fixes 2024-05-20 12:40:52 -05:00
Chris Hennes
9ef8cf58b3 Correct flag 2024-05-20 12:40:52 -05:00
Chris Hennes
56923c5476 Toponaming: Enable FC_USE_TNP_FIX code 2024-05-20 12:40:52 -05:00
bgbsww
471f0a6ab7 Toponaming: replace MultiFuse implementation to fix face colors 2024-05-20 12:40:43 -05:00
PaddleStroke
0a06b03710 Assembly: JCS selection: cones surfaces offers the cone's apex. Fixes #13958 2024-05-20 12:00:17 -05:00
marcuspollio
6804fe4151 BIM : fix typos in UI strings 2024-05-20 11:59:07 -05:00
marcuspollio
d6539d8535 BIM : update icons with Document element 2024-05-20 11:58:24 -05:00
Michael K Johnson
7d2a5fe35e Fix typo in TechDraw tooltip 2024-05-20 11:57:40 -05:00
Chris Hennes
f451258104 Merge pull request #13691 from Ondsel-Development/prop-view-menu
Gui: Rearrange the property view context menu
2024-05-20 11:54:00 -05:00
marcuspollio
5d668d6dac UI : Update Spreadsheet icons (#13996) 2024-05-20 11:51:33 -05:00
Chris Hennes
40c5d137d2 Merge pull request #14074 from NomAnor/pd-icons
Change PartDesign Pad and Revolution tree icons
2024-05-20 11:45:16 -05:00
mosfet80
dcc1c3c9e4 mod: clean ImportOCAF.cpp
clean  ImportOCAF.cpp
2024-05-20 11:44:08 -05:00
wmayer
9f44b3f9a8 Sketch: Refactor Sketch::updateGeometry() 2024-05-20 11:38:06 -05:00
wmayer
ae2b881477 Gui: Restore previous width when closing task dialog
This fixes #11016
2024-05-20 11:35:59 -05:00
Florian Foinant-Willig
cded7480bf PartDesign: hide Suppressed property with FC_USE_TNP_FIX flag 2024-05-20 11:32:34 -05:00
FEA-eng
af6c844706 Update checksanalysis.py 2024-05-20 11:28:50 -05:00
Chris Hennes
0e0fce5678 Merge pull request #13906 from Rexbas/align-camera
Align camera to faces and edges
2024-05-20 11:28:24 -05:00
FEA-eng
5810f8b88d Update TaskFemConstraintRigidBody.ui 2024-05-20 11:25:54 -05:00
Kacper Donat
c6311572ab chore: Add myself (kadet) as Contributor 2024-05-20 12:25:36 -04:00
Kacper Donat
302706be38 Gui: Add ability to disable single-solid rule by default 2024-05-20 12:25:36 -04:00
Kacper Donat
e4ed0d883f PartDesign: Introduce ability to disable single-solid rule
This adds "SingleSolidRuleMode" enum that controls if PartDesign will
enforce singular solid. By default the single-solid is enforced so
nothing changes for the user, it must be explicitly disabled by setting
new Allow Compound boolean property on a given body.

Default for this value is controled using user parameter under
Mod/PartDesign/AllowCompoundDefault
2024-05-20 12:25:36 -04:00
Kacper Donat
d0a35c8c03 PartDesign: Refactor single-solid rule enforcement
This refactors a single solid rule checking code from using the solid
count directly to using well abstracted `isSingleSolidRuleSatisfied`
method. This makes code easier to read and is the basis for next step
which is allowing users to disable this checks.
2024-05-20 12:25:36 -04:00
wandererfan
3c4b6bda79 [TD]allow custom format for hidden lines 2024-05-20 12:25:20 -04:00
Florian Foinant-Willig
7f1936bc65 Gui: fix SoDatumLabel arrow disappear 2024-05-20 11:19:56 -05:00
Max Wilfinger
918d261fda make the smart dimension tool the default one 2024-05-20 11:18:59 -05:00
PaddleStroke
66fceda45e Sketcher: Fix line to arc point distance movement problem 2024-05-20 11:15:56 -05:00
Kacper Donat
132cad9058 Gui: Fix ToolBarManager review remarks 2024-05-20 11:12:38 -05:00
PaddleStroke
0582e8b76b Sketcher: Fix distance arc helper : should appear only if constraining the edge. 2024-05-20 11:11:27 -05:00
André Althaus
fb4fe28c39 Gray out all columns in the tree if an item is invisible 2024-05-20 11:04:45 -05:00
Chris Hennes
439ea63627 Merge pull request #13627 from wwmayer/fix_datum_label
Gui: Fix datum label
2024-05-20 11:03:38 -05:00
marioalexis
9ef7328c42 Fem: Highlight active Analysis according to user defined color 2024-05-20 11:01:18 -05:00
marioalexis84
ecabfa1080 Fem: Improve constraint section print (#14046)
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
2024-05-20 11:00:48 -05:00
marioalexis
8920d76d93 Fem: Load heat flux from CalculiX results - fixes #12117 2024-05-20 11:00:19 -05:00
hlorus
6d406a940c PartGui: Remove remaining measure "clear all" and "toggle delta" commands 2024-05-20 10:56:43 -05:00
Chris Hennes
aef423731d Merge pull request #14011 from hlorus/measure-icons
Add measurement icons
2024-05-20 10:54:06 -05:00
PaddleStroke
b0f32f1100 Tree Context menu: add 'go to linked object' action for links. Fixes #12167 2024-05-20 10:51:03 -05:00