Commit Graph

11807 Commits

Author SHA1 Message Date
George Shuklin
dce109309d Include getSVG.py into Draft_SRCS 2018-12-17 09:37:51 -03:00
George Shuklin
b7748f1522 made getLineStyle to accepts scale parameter 2018-12-17 09:37:51 -03:00
George Shuklin
496a48c904 move getDiscretized and getPattern outside of getSVG() 2018-12-17 09:37:51 -03:00
George Shuklin
7270e2508d move getProj outside of getSVG, make 'plane' explicit. 2018-12-17 09:37:51 -03:00
George Shuklin
92be1c239f Move getLineStyle to a separate function 2018-12-17 09:37:51 -03:00
George Shuklin
e51c7ec404 Move getSVG into a separate file to further refactoring.
All internal dependencies (getrgb, getType) are reimported.
2018-12-17 09:37:51 -03:00
wmayer
07b070c8c6 fixes 0003732: Menu groups in Draft menu are not translated even though translated strings exist 2018-12-16 17:20:26 +01:00
wmayer
edaeb679d4 fix translate() function for Py2 & Qt5 2018-12-16 16:25:25 +01:00
wmayer
a629fa8615 fixes 0003733: FEM workbench menus are not translatable 2018-12-16 12:55:10 +01:00
wmayer
5827e9a44e fixes 0003734: Image Scaling tooltip is untranslatable and should be reworded 2018-12-16 11:15:06 +01:00
wmayer
75f49def57 minor changes 2018-12-15 21:43:37 +01:00
Abdullah Tahiri
77a8154f02 Sketcher: Do not recompute on geometry deletion
fixes #3642
2018-12-15 16:38:54 +01:00
Bernd Hahnebach
6cbe271016 FEM: unit tests, deactivate vtk mesh test, because travis runs without vtk 2018-12-14 22:53:48 +01:00
Bernd Hahnebach
4e99896be5 FEM: mesh api, import of Abaqus inp mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
ea727a9765 FEM: mesh api, import of z88 mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
97e5c36353 FEM: unit tests, add tetra10 vtk mesh read and write test 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
3194172861 FEM: in out moduels, use print log instead of print message 2018-12-14 22:51:38 +01:00
Bernd Hahnebach
d057e9596a FEM: ccx tools, print error message if user trys to run ccx in test mode 2018-12-14 22:51:38 +01:00
Abdullah Tahiri
81255b859c fixes #3724 2018-12-14 19:26:30 +01:00
Yorik van Havre
1bec56b6b2 Draft: Fixed wrong placement of edit dots in Draft Stretch 2018-12-14 16:06:31 -02:00
Yorik van Havre
d92e8dd524 Draft: Fixed nearest snap not snapping to the working plane when required 2018-12-14 13:22:32 -02:00
Yorik van Havre
0f4099bc9a Arch: Fixed merged same-color IfcSurfaceStyles in IFC export 2018-12-14 13:21:47 -02:00
wmayer
7f0b408ecb prepare for OCCT 7.3.1 2018-12-14 15:51:10 +01:00
Gauthier
5ea712f654 Fix forget to add new postprocessor grbl_G81 in CMakeLists 2018-12-14 08:52:35 -03:00
Yorik van Havre
835e125030 Draft: updated minimal version of dxf library to include py3 fixes 2018-12-13 22:50:25 -02:00
Bernd Hahnebach
c568164f62 FEM: unit tests, reactivate new z88 mesh reader test and mesh reading 2018-12-13 23:21:54 +01:00
Bernd Hahnebach
5e062a6923 FEM: Py3 fix, do not open file in binary mode if writing strings 2018-12-13 23:21:54 +01:00
wmayer
0e80292c2f prepare for OCCT 7.3.1 2018-12-13 23:10:10 +01:00
wmayer
461884c2ea add missing headers, prepare for OCCT 7.3.1 2018-12-13 23:08:48 +01:00
wmayer
e0a5f4b57b improve mesh healing functions 2018-12-13 17:31:21 +01:00
DeepSOIC
b2fa4ccfce PartGui: fix typo in pop-up message
spotted by @bitacovir in crowdin:
https://crowdin.com/translate/freecad/563/en-hu#6513090
2018-12-13 09:02:22 -03:00
Gauthier
843d334874 First version of grbl_G81_post.py 2018-12-13 09:01:52 -03:00
Bernd Hahnebach
5f70e6f097 FEM: unit tests, temporary deactivate new z88 mesh reader test and mesh reading 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
6b08499c76 FEM: unit tests, rename test tools to utils to distinguish between test modules 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
6cdc0769e4 FEM: unit tests, delete wrong comment command 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
b1bc04aaf4 FEM: unit tests, split common module into a new module for result tests 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
d5cb367e4b FEM: unit tests, rename test class names 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
19c5032729 FEM: unit tests, small code improvement in mesh 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
7bd3cba5d1 FEM: unit tests, add import status print 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
09ee8b867c FEM: unit tests, mesh move tetra10 tests in separate class 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
ea758ba4ac FEM: unit tests, improve mesh tetra10 test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
6f6d655ad0 FEM: unit tests, z88 tetra10 read write test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
a651e1429a FEM: unit tests, comment in ccxtools test 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
d317f64f06 FEM: inp mesh reader, add def to return the FemMesh only (no Document obj) 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
5e9bfc012a FEM: import z88 mesh, delete duplicate code 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
deb7315174 FEM: z88 mesh import, get rid of not needed future import and debugg print 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
7d69f887bf FEM: in out modules, use console log instead of print 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
92e9b7cebd FEM: mesh api, export of z88 mesh file with Fem API 2018-12-12 08:47:33 -03:00
wmayer
78df4424b7 fix MeshGeomFacet::IntersectWithPlane 2018-12-11 18:42:47 +01:00
sdaau
88bb7bcdf8 Draft: preserving face colors and names when downgrading/upgrading (splitFaces and makeShell only) 2018-12-11 09:15:30 -03:00