Commit Graph

20163 Commits

Author SHA1 Message Date
carlopav
543aad45f7 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
8b9afbd921 [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 3704ad68)

- 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
46282db7c8 FEM: constraint centrif, Gui tools 2021-07-09 22:04:19 +02:00
Bernd Hahnebach
f0b543ed81 FEM: constraint centrif, add unit test 2021-07-09 22:04:14 +02:00
Bernd Hahnebach
94c0522c38 FEM: constraint centrif, add example 2021-07-09 22:04:05 +02:00
UR-0
974f41e0cc 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
65f84827e5 FEM: constraint transform beam hinged, add unit test 2021-07-09 17:40:36 +02:00
sliptonic
b32d16fd52 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
20287874a8 Arch: Fixed text position of Arch spaces 2021-07-09 15:10:47 +02:00
Bernd Hahnebach
83991d7014 FEM: examples, constraint transform beam hinged, fix material 2021-07-09 13:45:19 +02:00
sprhawk
dd546a5ee9 to compile with PCL-1.12.0 2021-07-09 19:23:00 +08:00
Bernd Hahnebach
0a388722a7 FEM: constraint transform torque example, code improvement and unit test fix 2021-07-09 13:17:58 +02:00
Sudhanshu Dubey
bda6ad109f FEM: contraint transform example, add unit test 2021-07-09 13:17:50 +02:00
Sudhanshu Dubey
48d6fa8ea2 FEM: examples, add constraint transform torque example 2021-07-09 13:17:44 +02:00
Bernd Hahnebach
487005a20c FEM: general preferences gui, improve a string 2021-07-09 13:17:39 +02:00
Bernd Hahnebach
0bbcfd7c04 FEM: calculix writer, small fix in constraint transform and a white space somewhere else 2021-07-09 13:17:32 +02:00
Bernd Hahnebach
a319a68628 FEM: calculix writer, move inlet outlet fluid mesh treament methods 2021-07-09 09:07:01 +02:00
Bernd Hahnebach
6c7aaaff3e FEM: calculix writer, code improvements 2021-07-09 09:06:57 +02:00
ebrahimraeyat
302e9e8374 FEM: writer base and ccx writer, move some calculix writer methods to writerbase 2021-07-09 09:06:53 +02:00
Yorik van Havre
1cee70cd62 Merged crowdin translations 2021-07-08 16:06:38 +02:00
Yorik van Havre
324621f3d8 Updated ts files 2021-07-08 16:00:23 +02:00
Roy-043
084a8e6fae 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
Yorik van Havre
01c9010664 Draft: added AutoUpdate property to shape2Dviews to disambiguate with VisibleOnly property 2021-07-07 15:45:22 +02:00
Yorik van Havre
9137e15f06 Draft: Fixed missing type check in is_clone 2021-07-07 15:44:46 +02:00
Yorik van Havre
8d5544ee3c Draft: disconsider unknown edge types in geo utils 2021-07-07 15:43:55 +02:00
Bernd Hahnebach
8d445f38e4 FEM: calculix writer, move heatflux suface faces getter in separate method (like other constraints do) 2021-07-07 11:40:46 +02:00
troyp76
36f683de94 Merge branch 'master' into master 2021-07-07 18:12:26 +10:00
Bernd Hahnebach
b4f58543bd 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
bbdccd02ca Merge branch 'master' into master 2021-07-07 02:30:49 +10:00
Bernd Hahnebach
f1db4bc83e FEM: calculix writer, get rid of two times the word head 2021-07-06 14:56:08 +02:00
Bernd Hahnebach
ec55cb6b77 FEM: calculix writer, generic node set writer, get rid of duplicate code 2021-07-06 14:56:02 +02:00
Bernd Hahnebach
7f01e989db FEM: calculix writer, code formating 2021-07-06 14:55:57 +02:00
Bernd Hahnebach
05465a53fe FEM: calculix writer, add generic constraint data writer 2021-07-06 14:55:50 +02:00
Bernd Hahnebach
78a11b8f42 FEM: calculix writer, improve contraint set writer 2021-07-06 14:55:44 +02:00
Bernd Hahnebach
3fcdef5ca0 FEM: calculix writer, use obj name as unique identifier for constraint section print 2021-07-06 14:55:38 +02:00
troyp76
8c59c2fda2 Merge branch 'master' into master 2021-07-06 13:43:35 +10:00
Bernd Hahnebach
809a4ff153 FEM: fix failing unit test due to wrong result name, related: 79b41f7393 2021-07-05 23:58:35 +02:00
Bernd Hahnebach
fb8c6f7abe FEM: code formating 2021-07-05 23:34:26 +02:00
UR-0
20a2ee5732 FEM: selection widget, small improvements 2021-07-05 23:34:16 +02:00
UR-0
ec38055466 FEM: calculix writer, add method is density needed 2021-07-05 23:34:03 +02:00
Bernd Hahnebach
73cf10c4e7 FEM: calculix writer, use generic method to write sets 2021-07-05 21:04:55 +02:00
troyp76
7fae1d7fcf Merge branch 'FreeCAD:master' into master 2021-07-06 00:42:16 +10:00
troyp76
f8c65989f9 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
9b04818dcb FEM: calculix writer, improve split inpfile writing 2021-07-05 09:46:40 +02:00
Jose Luis Cercos-Pita
63c9e7ee72 Remove Ship module 2021-07-05 09:24:21 +02:00
Bernd Hahnebach
d3800cc36b FEM: solver writer base, some comments 2021-07-05 00:10:02 +02:00
Bernd Hahnebach
69c4fd44ff FEM: solver writer base, add generic method to retrieve solid element sets 2021-07-05 00:09:55 +02:00
Bernd Hahnebach
db9850008f FEM: temporary deactivate two FEM tests to get master back on travis 2021-07-04 21:10:18 +02:00
Bernd Hahnebach
5a53b740a1 FEM: calculix writer, typo in var names 2021-07-04 20:57:15 +02:00
Roy-043
080e5473f0 Draft: Fix Draft_Move Alt copy mode
Draft_Move Alt copy mode was fixed. The modifications were taken from gui_rotate.py.
2021-07-04 10:22:54 +02:00