Commit Graph

16415 Commits

Author SHA1 Message Date
Bernd Hahnebach
791701dbfa FEM: element flow 1D, deactivate not supported fluid types 2019-07-04 18:00:00 +02:00
Bernd Hahnebach
de74fe1027 FEM: ccx writer, typo in var name 2019-07-04 17:59:53 +02:00
FelixLee
f79842de3f Add files via upload 2019-07-04 11:37:18 -04:00
wmayer
2e5283c693 for standard meshing algorithm copy color from face to segment 2019-07-04 16:57:08 +02:00
wmayer
128b45a6e8 Add command to show mesh segments 2019-07-04 16:56:02 +02:00
wmayer
4b464dfa58 Store color information per segment 2019-07-04 16:55:03 +02:00
Yorik van Havre
2f4b08035f Draft: Proper support for layers in DXF import/export (py exporter) 2019-07-04 11:03:03 -03:00
Bernd Hahnebach
c246d76f0f FEM: gui commands, get rid of duplicate code 2019-07-04 09:58:39 +02:00
Bernd Hahnebach
a6a2532477 FEM: gui commands, rename all classes:
- delete Fem since we are in FEM workbench we only have FEM commands
- delete Command since we are in Python command module we only have Command classes
- this will simplify gui object creation
2019-07-04 09:58:30 +02:00
Bernd Hahnebach
68bd9d9086 FEM: gui commands, rename some classes 2019-07-04 09:58:19 +02:00
sliptonic
c235d246ab Merge pull request #2321 from sliptonic/feature/helixstart
Path: add helix start radius
2019-07-04 00:27:28 -05:00
Russell Johnson
9038e63f6c Add new property to SetupProperties()
StartRadius property addedd
2019-07-03 19:52:02 -05:00
Yorik van Havre
0b38daa862 Draft: Support of layers in DXF import 2019-07-03 21:49:50 -03:00
sliptonic
c0449c7945 Path: add helix start radius 2019-07-03 19:21:41 -05:00
Russell Johnson
c656fec63c Fix EnableRotation property
PathCircularHoleBase uses `EnableRotation` property
2019-07-03 11:45:53 -05:00
wmayer
344af8129b simplify handling of static Python libs 2019-07-03 16:09:47 +02:00
Yorik van Havre
0fc0476bd8 StartPage: thumbnails for image formats, + use freedesktop thumbnails if available 2019-07-03 10:52:43 -03:00
sliptonic
2ed3c94359 Merge pull request #2317 from mlampert/bugfix/path-job
Path: Bugfix/path job creation
2019-07-03 07:42:29 -05:00
Bernd Hahnebach
3889fb8155 FEM: unit tests, temporary deactivate one results stats test 2019-07-03 12:51:26 +02:00
Bernd Hahnebach
2ce560120e FEM: objects, use same name system no matter if C++ or Python object 2019-07-03 12:43:27 +02:00
Bernd Hahnebach
78a6dcbbbf FEM: vtk result pipeline, use log instead of message for debug 2019-07-03 12:43:19 +02:00
Bernd Hahnebach
ccd06c98e5 FEM: result tools, use log instead of message for debug 2019-07-03 12:43:11 +02:00
Bernd Hahnebach
1f5e8ea446 FEM: in out, z88 mesh, fix string replacements 2019-07-03 07:37:40 +02:00
Markus Lampert
7855884980 Fixed import of PostUtils 2019-07-02 21:16:53 -07:00
Markus Lampert
138ba37ec6 Fixed Job creation 2019-07-02 21:16:38 -07:00
Markus Lampert
0703f82030 Fixed typo and py3 exception printing 2019-07-02 21:03:28 -07:00
luz.paz
8f68062b15 [AddonManager] Add 3D Printing Tools WB logo 2019-07-02 20:05:07 -03:00
carlopav
cae1f77433 [Arch] Pipe : correctly orient profile on bezier curves
Added a small fix to correctly take into account the profile orientation when base object is a bezier curve. Should be useful for electrical wires and flexible pipe design.
2019-07-02 20:04:47 -03:00
carlopav
37b9cb67c9 [Draft] Edit: Fix bug in Bezcurve editing preview
Better handling of coincident point check.
2019-07-02 20:02:43 -03:00
Mark Ganson TheMarkster
fe7883d97f added UR_'s bugfix
https://forum.freecadweb.org/viewtopic.php?f=3&t=37382&start=10#p317980
2019-07-02 20:01:54 -03:00
Mark Ganson TheMarkster
c47312c67b fix bug in uninstalling macro 2019-07-02 20:01:54 -03:00
Bernd Hahnebach
d66c4dd515 FEM: view provider electrostatic potential, use value error instead of bare except 2019-07-02 22:56:06 +02:00
Bernd Hahnebach
aa189f5d1f Materials: delete duplicate import 2019-07-02 22:47:42 +02:00
Bernd Hahnebach
c528033133 FEM: view provider calculix, get rid of a bare except 2019-07-02 22:47:31 +02:00
Bernd Hahnebach
bddca5d68a FEM: view provider material, use value error instead of bare except 2019-07-02 22:47:20 +02:00
Bernd Hahnebach
88fae2d96e FEM: result tools, check for NAN instead of bare except 2019-07-02 18:02:13 +02:00
sliptonic
d044c0d95a Merge pull request #2313 from sliptonic/lgtm3
Additional LGTM cleanup of post processors and unneeded imports
2019-07-02 09:17:27 -05:00
sliptonic
70e4b100eb Merge pull request #2315 from Russ4262/pathpocket_fix
[Path] PathPocket: Fix SetupProperties() syntax issue
2019-07-02 09:16:41 -05:00
Bernd Hahnebach
af4d6d2ea2 FEM: mesh api, add comment 2019-07-02 16:08:19 +02:00
wmayer
985eaebedc improve unicode support for Abaqus export 2019-07-02 15:42:16 +02:00
wmayer
2feb777689 update bounding box if the placement of a geometry changes 2019-07-02 13:30:52 +02:00
Bernd Hahnebach
93fac6b24a FEM: frd result reader, fix principal stress calculation if pure frd file was opened 2019-07-02 13:17:24 +02:00
Bernd Hahnebach
9ab0fa44f2 FEM: frd result reader, fix compact mesh for multiple result sets if not compacted 2019-07-02 12:54:54 +02:00
Bernd Hahnebach
35b05a9d76 FEM: code formating, flake8 and white spaces 2019-07-02 12:54:50 +02:00
Bernd Hahnebach
dd4b93c201 Materials: Py2 fix 2019-07-02 12:31:43 +02:00
wmayer
2f8179719e call updateData of base class for ViewProviderDragger and ViewProviderGeometryObject 2019-07-02 12:08:23 +02:00
Russell Johnson
b4b244c85d Fix SetupProperties() property syntax issue
fix for SetupProperties() issue presented at:
https://forum.freecadweb.org/viewtopic.php?f=15&t=37368#p318253
2019-07-01 22:02:18 -05:00
Markus Lampert
5ee3f26f9f Addressed pylint warnings for PathGeom 2019-07-01 15:58:34 -07:00
Markus Lampert
3bd64e1329 Addressed pylint warnings for PathAreaOp 2019-07-01 15:49:38 -07:00
Markus Lampert
d0af5942a8 Fixing additional warnings after merge 2019-07-01 15:49:31 -07:00