Bernd Hahnebach
e704f3267c
FEM: calculix writer, small improvements
2021-07-13 09:32:20 +02:00
Bernd Hahnebach
ad76c5b554
FEM: calculix writer, move generic constraint writer into base writer
2021-07-13 09:32:16 +02:00
Bernd Hahnebach
d72d24b30c
FEM: calculix writer, move material, element geometry and mat-geo-elementsets into separte methods
2021-07-12 23:45:44 +02:00
Bernd Hahnebach
9fa444c113
FEM: calculix writer, move write mesh in separate module
2021-07-12 23:45:39 +02:00
Bernd Hahnebach
61436a874d
FEM: calculix writer, move write footer and step in separate modules
...
Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
2021-07-12 23:45:35 +02:00
Bernd Hahnebach
90cecd0d2c
FEM: calculix writer, rename constraint writing methods
2021-07-12 23:45:29 +02:00
Bernd Hahnebach
cd02cf2ffd
FEM: writer base, add method to retieve all known sets
2021-07-12 20:36:51 +02:00
Bernd Hahnebach
290b5cc322
FEM: code conventions, update
2021-07-12 20:36:46 +02:00
Bernd Hahnebach
4681577166
FEM: calculix writer, typo
2021-07-12 20:36:43 +02:00
Bernd Hahnebach
3307bfe07c
FEM: base writer, return on empty fem objects dict
2021-07-12 19:16:55 +02:00
Bernd Hahnebach
fa146510f8
FEM: basewriter, do not try to get elementsets if there are no centrif objects
2021-07-12 01:03:37 +02:00
Bernd Hahnebach
7ec2d0e1cb
FEM: calculix writer, move constraint fluidsection in separate module
2021-07-12 01:03:29 +02:00
Bernd Hahnebach
9715034bc9
FEM: calculix writer, move constraint initialtemperature in separate module, use generic constraint writer and fix unit tests
2021-07-12 01:03:20 +02:00
Bernd Hahnebach
b43bdecef6
FEM: calculix writer, move constraint selfweigt in separate module and use generic constraint writer
2021-07-12 01:03:12 +02:00
Bernd Hahnebach
a154d3b93f
FEM: calculix writer, move constraint writing methodes
2021-07-12 01:03:06 +02:00
Bernd Hahnebach
3e7899b7f8
FEM: calculix writer, code formating
2021-07-12 01:02:59 +02:00
Bernd Hahnebach
4e26596f90
FEM: calculix writer, add write before and write after to constraints modules
2021-07-12 01:02:53 +02:00
Bernd Hahnebach
671b408751
FEM: calculix writer, do no longer write method names into input file, fix all unit test files
2021-07-12 01:02:46 +02:00
Bernd Hahnebach
2760064897
FEM: calculix writer, constraint writer, more simplifications
2021-07-12 01:02:41 +02:00
Bernd Hahnebach
aea694ac23
FEM: calculix writer, rename set writing methods to a generic one
2021-07-12 01:02:36 +02:00
Bernd Hahnebach
b97d774971
FEM: calculix writer, constraints set writer, remove getter from there
2021-07-12 01:02:31 +02:00
Bernd Hahnebach
c674cd31e9
FEM: calculix writer, move mesh data getter outside file writing
2021-07-12 01:02:25 +02:00
Bernd Hahnebach
cc4ba46f54
FEM: calculix writer, improve constraints code
2021-07-12 01:02:20 +02:00
Bernd Hahnebach
3576ae7c78
FEM: code formating
2021-07-12 01:02:16 +02:00
Bernd Hahnebach
81d04186c7
FEM: calculix writer, move constraint methods into separate modules
2021-07-12 01:02:12 +02:00
Bernd Hahnebach
b9cc49383f
FEM: code formating
2021-07-12 01:02:06 +02:00
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