Bernd Hahnebach
184a566da3
Material: move materal property list into material module and use this for material editor ui and writing of mat files
2018-06-10 20:54:23 +02:00
Bernd Hahnebach
1e844d4f53
Material, code formating, flake8 compatible code
2018-06-10 20:54:23 +02:00
Abdullah Tahiri
1e37612a27
Sketcher: Fix deleteall crash
2018-06-10 19:57:42 +02:00
wandererfan
9975c75888
Fix #3419 Circles as Polygons
...
- by default, OpenScad represents circles from
dxf files as octogons. This fix provides
access to the OpenScad variable "$fn" which
controls the number of polygon sides.
2018-06-10 19:33:33 +02:00
wandererfan
f571c14487
Fix wrong point in Radius dim
2018-06-10 19:13:22 +02:00
wandererfan
7cb8520a84
Make Dxf Dimensions compatible with ACAD
2018-06-10 19:13:22 +02:00
wandererfan
0f8eca3c1c
Make Dxf header compatible with ACAD
2018-06-10 19:13:21 +02:00
wandererfan
79e290ffb5
Fix 3505 Special Chars in Path
...
- thanks to @marams for the patch.
2018-06-10 19:13:21 +02:00
wandererfan
6c4e4b35af
Ensure Correct Scale in DrawViewSection
...
- when the Source View for a Section is a Projection
Group item, need to use the Scale property from the
parent Projection Group.
2018-06-10 19:13:21 +02:00
wmayer
a8daaf4a45
fixes #0002725 : Random color for features in PartDesignNext
2018-06-10 18:37:53 +02:00
looooo
617dfa0639
Arch: survey: py3-fix
2018-06-10 10:14:30 +02:00
wmayer
41b278a05b
fixes #0003256 : additive elements do not use color of Body
2018-06-10 10:12:32 +02:00
wmayer
b77b77c0de
fix -Wmaybe-uninitialized
2018-06-09 12:05:19 +02:00
wmayer
833c2c601e
add missing newlines
2018-06-09 11:47:12 +02:00
Markus Lampert
f0e6b69690
Switched engrave to use path-geom tools
2018-06-09 11:14:08 +02:00
Abdullah Tahiri
d6d26b6a89
Sketcher: Wrong DoF reported - Fixes #3503
2018-06-09 11:11:46 +02:00
wmayer
a91d9c5d13
msvc2013 doesn't support default arguments in lambda expressions
2018-06-09 11:09:29 +02:00
Abdullah Tahiri
a5e85fd297
Sketcher: Python interface to solveraid
2018-06-09 11:02:53 +02:00
Abdullah Tahiri
830932db4e
Sketcher: Ability for SketchObject to create a list of dependent geometric elements
2018-06-09 11:02:43 +02:00
luz.paz
556f5dc8f7
FEM: source typo fixes
2018-06-09 10:53:00 +02:00
Bernd Hahnebach
7d7a02e00a
FEM: add tool clipping plane tools
2018-06-09 10:53:00 +02:00
Bernd Hahnebach
c3e64d2861
Material: editor, move poisson ration into mechanical properties
2018-06-09 10:53:00 +02:00
Bernd Hahnebach
e143e3f290
Material: editor, move in ui hardcoded properties into the editor module in a tuple
2018-06-09 10:52:59 +02:00
Abdullah Tahiri
0b37a92596
GCS: Improved point symmetry constraint
...
=======================================
The original implementation won't work when the point is already on the line. See:
https://forum.freecadweb.org/viewtopic.php?f=3&t=29115#p237397
The new implementation works on the projections of the vectors linking the two first points with the symmetry point on the vector linking the two first points.
This assures that there is no stability problem when the point is already on the symmetry axis.
2018-06-09 10:50:05 +02:00
Abdullah Tahiri
ed0c22cf56
GCS: Add convenience point constructor
2018-06-09 10:49:55 +02:00
looooo
83dd39b4ce
small flatmesh fix
2018-06-08 16:08:31 +02:00
Yorik van Havre
08910e71e4
Arch: Added pref option to base new walls on Draft lines
2018-06-06 18:34:14 -03:00
Bernd Hahnebach
05bee3aa1f
Materials: use material directory pref from FEM
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
1a4b2cb73d
FEM: pref general and material, change back the file chooser to dir chooser
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
7c316ba01e
FEM: prefs, move material prefs from general tab into an own tab in FEM
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
71a27731b2
FEM: App Gui, sort headers and pref entries
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
01ecf98596
FEM: cmake, sort files
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
d871555fef
FEM: ccx binary, better error message if ccx binary exists but has problems to run, seen a lot on osx
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
51ad2b023b
FEM: command manager, use FEM wb icon as standard
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
9c628b8700
FEM: calculix writer, do not write integration point results into dat file, because we do not have a reader for this ATM
2018-06-05 14:28:25 -03:00
WandererFan
334697fcd0
Merge branch 'master' into update
2018-06-04 17:03:54 -04:00
wandererfan
8cd1cab685
Fix wrong Pi literal on Win
2018-06-04 17:00:40 -04:00
looooo
e80b5678cc
Arch: Survey: fix py3 unicode problems
2018-06-04 19:23:42 +02:00
wandererfan
8b4a2895ab
Control Dxf Point export by preference
2018-06-04 12:56:26 -04:00
wandererfan
5d65ad7994
Implement thumbnail blocks for Dimensions
2018-06-04 12:56:26 -04:00
wandererfan
bf5589e2d6
Position DPGI Dimensions correctly in Dxf file
2018-06-04 12:56:26 -04:00
Markus Lampert
9f7ac42217
Support for individual edges and faces of an attached shape string - fixed depth settings.
2018-06-04 12:06:45 +02:00
Markus Lampert
1b78a99dd1
Fixed engrave gui updating Base and BaseShapes.
2018-06-04 12:06:44 +02:00
Markus Lampert
4641fafa02
Added support for rotated 2d shapes for engraving selection.
2018-06-04 12:06:44 +02:00
Markus Lampert
a3d864e59d
Added engraving support for attached ShapeStrings
2018-06-04 12:06:44 +02:00
Markus Lampert
b3d11842f4
Fixed stock from base.
2018-06-04 12:06:43 +02:00
Markus Lampert
79c9e2d872
Fixed selection of vertexes and faces - and added support for faces as base objects.
2018-06-04 12:06:42 +02:00
Markus Lampert
32cb111721
Filter out duplicate selections
2018-06-04 12:06:42 +02:00
Markus Lampert
60a49ede57
Allow selection of edges for engraving.
2018-06-04 12:06:42 +02:00
Markus Lampert
13bce09608
Suppport for engrave as part of a general job
2018-06-04 12:06:42 +02:00