Bernd Hahnebach
552222ea92
FEM: code formating
2021-07-12 01:02:06 +02:00
carlopav
522a1da541
Draft: fixed Snap behaviour when no document is active.
...
Draft toolbar and statusbar can be activated also when no document is active, because Snap is not related to active document.
2021-07-11 10:09:46 +02:00
donovaly
8e3ebc07ed
[PD] fix property issues
...
- Helix: the property Turns has the App::PropertyFloatConstraint thus also the pointer to it must have the same property
- LinearPattern and Helix: make constraints static class member (forgot this in commit 114bdf6b)
- Draft: make the constraint const
- PolarPattern and LinearPattern assure that the header file is loaded at last to avoid potential troubles
2021-07-11 01:43:38 +02:00
UR-0
5cf39c4912
FEM: constraint centrif, Gui tools
2021-07-09 22:04:19 +02:00
Bernd Hahnebach
71ad243da6
FEM: constraint centrif, add unit test
2021-07-09 22:04:14 +02:00
Bernd Hahnebach
51e05eac08
FEM: constraint centrif, add example
2021-07-09 22:04:05 +02:00
UR-0
cc97865141
FEM: constraint centrif, App objects and methods:
...
- CalculiX centrifugal body loads
- CalculiX label CENTRIF from *DLOAD card
- implement FreeCAD NonGui code
- the object, ccx writer, etc
2021-07-09 22:03:58 +02:00
Sudhanshu Dubey
8279d687fb
FEM: constraint transform beam hinged, add unit test
2021-07-09 17:40:36 +02:00
sliptonic
9fc9cd483a
Merge pull request #4909 from troyp76/master
...
Path: Fixed incorrect usage of isDirty() in the accept button call back.
2021-07-09 09:23:55 -05:00
Yorik van Havre
da7ee8e061
Arch: Fixed text position of Arch spaces
2021-07-09 15:10:47 +02:00
Bernd Hahnebach
e2f7f56d89
FEM: examples, constraint transform beam hinged, fix material
2021-07-09 13:45:19 +02:00
sprhawk
7fa4401274
to compile with PCL-1.12.0
2021-07-09 19:23:00 +08:00
Bernd Hahnebach
9602e3aac3
FEM: constraint transform torque example, code improvement and unit test fix
2021-07-09 13:17:58 +02:00
Sudhanshu Dubey
da14b75b6b
FEM: contraint transform example, add unit test
2021-07-09 13:17:50 +02:00
Sudhanshu Dubey
e8c573e782
FEM: examples, add constraint transform torque example
2021-07-09 13:17:44 +02:00
Bernd Hahnebach
b47841cf8b
FEM: general preferences gui, improve a string
2021-07-09 13:17:39 +02:00
Bernd Hahnebach
b0d5cedf19
FEM: calculix writer, small fix in constraint transform and a white space somewhere else
2021-07-09 13:17:32 +02:00
Bernd Hahnebach
cc1d883b64
FEM: calculix writer, move inlet outlet fluid mesh treament methods
2021-07-09 09:07:01 +02:00
Bernd Hahnebach
10abcfe789
FEM: calculix writer, code improvements
2021-07-09 09:06:57 +02:00
ebrahimraeyat
0897c02c78
FEM: writer base and ccx writer, move some calculix writer methods to writerbase
2021-07-09 09:06:53 +02:00
Yorik van Havre
834933866e
Merged crowdin translations
2021-07-08 16:06:38 +02:00
Yorik van Havre
e540e5a969
Updated ts files
2021-07-08 16:00:23 +02:00
Roy-043
e80a21a26a
Arch: Fix Arch_Wall: block joints where put on the wrong side of offset
...
In the execute method block joints were put on the wrong side of the offset which lead to the first block in each row being larger than intended.
2021-07-07 18:54:34 +02:00
Chris Hennes
791cbbbdef
Merge branch 'master' into addThemeSupport
2021-07-07 09:18:41 -05:00
Yorik van Havre
c0efc7fa32
Draft: added AutoUpdate property to shape2Dviews to disambiguate with VisibleOnly property
2021-07-07 15:45:22 +02:00
Yorik van Havre
ded759f614
Draft: Fixed missing type check in is_clone
2021-07-07 15:44:46 +02:00
Yorik van Havre
36a73e5fa0
Draft: disconsider unknown edge types in geo utils
2021-07-07 15:43:55 +02:00
Bernd Hahnebach
624c02fdcf
FEM: calculix writer, move heatflux suface faces getter in separate method (like other constraints do)
2021-07-07 11:40:46 +02:00
troyp76
66346a4750
Merge branch 'master' into master
2021-07-07 18:12:26 +10:00
Bernd Hahnebach
f8782f8b80
FEM: calculix writer, move section print suface faces getter in separate method (like other constraints do)
2021-07-07 10:11:14 +02:00
troyp76
503c4f5e18
Merge branch 'master' into master
2021-07-07 02:30:49 +10:00
Bernd Hahnebach
033fd40786
FEM: calculix writer, get rid of two times the word head
2021-07-06 14:56:08 +02:00
Bernd Hahnebach
9be495e283
FEM: calculix writer, generic node set writer, get rid of duplicate code
2021-07-06 14:56:02 +02:00
Bernd Hahnebach
0df7b5c7d3
FEM: calculix writer, code formating
2021-07-06 14:55:57 +02:00
Bernd Hahnebach
a9886d9b49
FEM: calculix writer, add generic constraint data writer
2021-07-06 14:55:50 +02:00
Bernd Hahnebach
d8dbdc8386
FEM: calculix writer, improve contraint set writer
2021-07-06 14:55:44 +02:00
Bernd Hahnebach
35c9510d0c
FEM: calculix writer, use obj name as unique identifier for constraint section print
2021-07-06 14:55:38 +02:00
troyp76
55b5fb7c51
Merge branch 'master' into master
2021-07-06 13:43:35 +10:00
Bernd Hahnebach
ee12068253
FEM: fix failing unit test due to wrong result name, related: 761ac1ca5b1a
2021-07-05 23:58:35 +02:00
Bernd Hahnebach
6d9f0bfc65
FEM: code formating
2021-07-05 23:34:26 +02:00
UR-0
c90f48546e
FEM: selection widget, small improvements
2021-07-05 23:34:16 +02:00
UR-0
3b323eb24b
FEM: calculix writer, add method is density needed
2021-07-05 23:34:03 +02:00
Bernd Hahnebach
05547d80e9
FEM: calculix writer, use generic method to write sets
2021-07-05 21:04:55 +02:00
troyp76
031ca4b5e8
Merge branch 'FreeCAD:master' into master
2021-07-06 00:42:16 +10:00
troyp76
8b7834c4e1
Operations were being recalculated even if the dirty state was False.
...
The "isDirty" function was not being called correctly by the accept call back.
2021-07-06 00:22:15 +10:00
Bernd Hahnebach
209986bc02
FEM: calculix writer, improve split inpfile writing
2021-07-05 09:46:40 +02:00
Jose Luis Cercos-Pita
ecdd01dd7d
Remove Ship module
2021-07-05 09:24:21 +02:00
Bernd Hahnebach
966e0dd519
FEM: solver writer base, some comments
2021-07-05 00:10:02 +02:00
Bernd Hahnebach
9727879cf4
FEM: solver writer base, add generic method to retrieve solid element sets
2021-07-05 00:09:55 +02:00
Bernd Hahnebach
60c771238b
FEM: temporary deactivate two FEM tests to get master back on travis
2021-07-04 21:10:18 +02:00