Commit Graph

7645 Commits

Author SHA1 Message Date
AjinkyaDahale
286e71074a Sketcher: Added option to turn constraint creation modes on/off
Can be found below geometry creation "continous mode" option
2017-02-24 15:20:26 +01:00
AjinkyaDahale
10d9a6ec05 Sketcher: External edges in constraint modes (Symmetry) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
0d96f0ca97 Sketcher: External edges in constraint modes (Angle) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
9feaf8340f Sketcher: External edges in constraint modes (Equal) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f94ed49150 Sketcher: External edges in constraint modes (radius) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
ca00469460 Sketcher: External edges in constraint modes (tangent) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f9857f0427 Sketcher: External edges in constraint modes (perpendicular) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
4dfde986cf Sketcher: External edges in constraint modes (parallel) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
e8c4c4d6fc Sketcher: External edges in constraint modes (DistanceX/Y) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
350094a000 Sketcher: External edges in constraint modes (point on object) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
e580727c1f Sketcher: External edges in constraint modes (distance) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f1dd824e78 [Sketcher] Moved angle to constraint creation mode
plus some cosmetic changes
2017-02-24 15:20:26 +01:00
wmayer
0535817033 add missing header files for Linux build 2017-02-24 15:07:31 +01:00
wmayer
073e749913 need to also copy __init__.py files to make local build working properly 2017-02-24 15:05:33 +01:00
Bernd Hahnebach
c66db38d4d FEM: module moving, fix cmake, init, modulimports 2017-02-24 14:41:22 +01:00
Bernd Hahnebach
c2b2bb84e3 FEM: move python modules:
- object modules to new PyObjects directory
- Gui modules to new PyGui directory
2017-02-24 14:41:22 +01:00
looooo
f1fcefb228 py3: Mesh: fix py3 Long/Int problem with python2 2017-02-24 14:20:50 +01:00
looooo
ab0adc1887 py3: gathering diff from Mod/Mesh
98a8275938388992ef1b7bb76dcd43438f61bf7e  py3: make most of the unit test to succeed
2017-02-24 14:20:50 +01:00
wmayer
59fb7ec2cd py3: ported MeshPart to python3 2017-02-24 14:20:50 +01:00
Yorik van Havre
707d6a0a4d py3: ported Mesh to python3 2017-02-24 14:20:50 +01:00
Priit Laes
171d908615 python: TemplatePyMod: *.py: Fix python3 syntax 2017-02-24 13:48:41 +01:00
wmayer
f0188ae8ad py3: ported Drawing to python3 2017-02-24 13:48:41 +01:00
Priit Laes
fa21cd5ec1 Drawing: Remove broken and unused DrawingAlgos.py file 2017-02-24 13:48:41 +01:00
Priit Laes
780348ef96 python: Drawing: *.py: Fix python3 syntax 2017-02-24 13:48:41 +01:00
wmayer
1fa57c3d22 if possible then keep canonical curve and avoid to get a B-spline 2017-02-24 12:32:06 +01:00
wmayer
1a39dba72e call BRepLib::BuildCurves3d after mapping a 2d curve onto a surface to correctly create a 3d curve 2017-02-24 09:42:54 +01:00
Yorik van Havre
f045e31970 Arch: Support for object colors in DAE importer/exporter 2017-02-23 22:46:32 -03:00
wmayer
303bbd250e allow to pass also a face to Curve2d.toShape 2017-02-23 21:31:03 +01:00
wwmayer
07f5764c63 Merge pull request #544 from luzpaz/short-url-cont
Cleanup non-short-url wiki links in translations
2017-02-21 22:52:58 +01:00
wmayer
67fc7130cf fix various warnings 2017-02-21 22:51:26 +01:00
Yorik van Havre
2eb6daa548 Fixed typos 2017-02-21 15:59:16 -03:00
Kunda
cfa03cd86f Cleanup non-short-url wiki links in translations
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Alexander Gryson
8369ca4168 Updates based on forum feedback 2017-02-21 14:13:23 +01:00
Alexander Gryson
6f9ac6aa86 Update metadata 2017-02-21 14:13:23 +01:00
Alexander Gryson
04ab477113 Align PartDesign Workbench icons to guidelines 2017-02-21 14:13:23 +01:00
Bernd Hahnebach
f88d6fde4c FEM: result mechanical object, use same name sheme as for all other FEM objects 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
50dc32e6b6 FEM: ccx writer, write peeq output request to input file if nonlinear material analysis,
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e05aa0bf0f FEM: frd importer, import peeq strain if available,
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
8c8398b95f FEM: mechanical result object, add peeq strain propert,
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
6bbf0c27f1 FEM: cmake, sort a entry 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
82821a61f1 FEM: objects FEM, initialize names if they where not given 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
92ca3c16fc FEM: mesh region object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
0d7e060c60 FEM: mesh group object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
62228116a5 FEM: mesh gmsh object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
9cf0d23465 FEM: nonlinear material object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
a1b9c6db15 FEM: material object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
757e6b6205 FEM: mechanical result object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
9080fdafdc FEM: constraint selfweight object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
92ec400d25 FEM: solver z88 object, move make def into make objects FEM modul 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e72516aafd FEM: solver calculix object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00