Bernd Hahnebach
7ed786cf86
FEM: constraint pressure, add support for shell meshes if they have group data
2017-05-27 19:57:28 -03:00
Bernd Hahnebach
34cac07b43
FEM: ccx writer and mesh tools, fix bug in mesh group search
2017-05-27 19:57:28 -03:00
Bernd Hahnebach
c26671c094
FEM: unittest, move mesh creation at end of test object creation
2017-05-27 19:57:27 -03:00
Bernd Hahnebach
85702031d3
FEM: unittest, get rid of not useful self.
2017-05-27 19:57:27 -03:00
Bernd Hahnebach
413c7ede90
FEM: unittest, move all CCX analysis tests in one test case class
2017-05-27 19:57:27 -03:00
Bernd Hahnebach
661fdbd307
FEM: unittest, get rid of duplicates and move them to helpers
2017-05-27 19:57:27 -03:00
Bernd Hahnebach
288406dc23
FEM: unittest, move unv test out of analysis test case
2017-05-27 19:57:27 -03:00
Bernd Hahnebach
b616eea266
FEM: unittest, update result files and FreeCAD files
2017-05-27 19:57:27 -03:00
Sabin Iacob
6fbeead3fb
Path: use the actual values instead of absolute values when calculating distance
2017-05-27 19:52:21 -03:00
Sabin Iacob
2c862f0f72
Path: add zmax to the job weight so we drill the holes that are closer to the surface first
2017-05-27 19:52:21 -03:00
Sabin Iacob
d0bad0a3fc
Path: re-add the fix from https://github.com/FreeCAD/FreeCAD/pull/725
2017-05-27 19:52:21 -03:00
Sabin Iacob
bed4255b0d
Path: make PathUtil.sort_jobs more generic, allow tuning job weights
2017-05-27 19:52:21 -03:00
Simon
53770dfade
Fix incomplete creation of an SVG path from edges.
...
* Observed bug: If an ArchWindow has two opening symbols (i.e. two sides
that can be opened), only one was printed in SVG.
* In Draft.getSVG.getPath, some edges got lost in the call of
Part.__sortEdges__. In contrast, Part.sortEdges does not skip edges. All
edges are retained.
* With this fix, both opening symbols are rendered in Draft.getSVG.
* While it works for my test case, I suppose, Draft.getSVG.getPath is
used in some other places as well. Thus, side effects must be checked
by experienced people.
2017-05-27 19:49:20 -03:00
Simon
c4b1685728
Add opening symbols to clones of windows
...
The method execute must create the sshapes and vshapes objects. They must
1. exist in the cloned (parent) object (by calling the execute function)
2. and be copied to the clone object.
Then the SVG rendering in ArchSectionPlan can find it.
2017-05-27 19:49:20 -03:00
Abdullah Tahiri
c6e0c6aa80
fixes #0003018
2017-05-26 23:28:08 +02:00
Yorik van Havre
b604b27ad3
AddonManager: Introduced SSL fix discussed on FreeCAD-addon issue #11
2017-05-25 10:48:17 -03:00
Yorik van Havre
335da6a0ad
Arch: Fixed moving and rotating spaces
2017-05-25 10:46:52 -03:00
Yorik van Havre
2a2ab3c4ef
Updated translations
2017-05-25 10:04:05 -03:00
Zheng, Lei
ae9f699e20
Path.Area: make Path.fromShapes optionally return end pos
2017-05-24 09:16:52 +08:00
Zheng, Lei
fe8d32854a
Path.Area: removed LogLevel from setDefaultParams
...
Use App.setLogLevel('Path.Area', <level>) instead.
2017-05-24 09:16:52 +08:00
Zheng, Lei
c94ffe1d93
Path.Area: fix side effect on projection
2017-05-24 09:16:52 +08:00
Yorik van Havre
ee58881f18
Draft: Leave all clones selected after cloning
2017-05-21 18:21:01 -03:00
Yorik van Havre
08b7d9154a
Arch: Fixed error in DXF export of Arch Panel sheets
2017-05-20 12:24:08 -03:00
wmayer
945313c6d3
fix crashes with FEM post-processing commands
2017-05-20 16:18:34 +02:00
Yorik van Havre
8da45638be
Draft: Allow to set the Working Plane from 3 selected vertices
2017-05-20 00:53:11 -03:00
wmayer
c30c325537
fix build failure if VTK is not enabled
2017-05-19 12:53:31 +02:00
wmayer
d3895d03f2
fix crash in pipeline command
2017-05-18 18:40:56 +02:00
wmayer
a72a4d9a75
Add Python wrapper for pipeline object
2017-05-18 18:40:25 +02:00
wmayer
5fbca1a4ad
py3: port PR changes to be compatible with Py3
2017-05-18 16:25:13 +02:00
Keith Sloan
ce8a423f2e
Fix for Polyhedron with faces
2017-05-18 16:18:53 +02:00
looooo
ef22d5202d
py3: define xrange for python3
...
this is done in files where the xrange is used.
replace this with range once python2 is not supported anymore.
issue 0000995
2017-05-18 15:56:09 +02:00
lorenz
fed9d79153
StringIO/ io fix for addonmanager
...
io.StringIO handles unicode in py2 and 3. StringIO.StringIO handles str in python2
2017-05-18 15:56:09 +02:00
Keith Sloan
22cbd5b825
Fix for cylinder with polygon number as a decimal
2017-05-17 11:24:29 -03:00
Keith Sloan
8904d65aab
Fix for circlee with zero radius
2017-05-17 05:45:55 +01:00
wmayer
4d7554197e
fix crash when Part model changes with VBO activated
2017-05-16 19:30:13 +02:00
wmayer
e02db451dd
fix crash when Part model changes with VBO activated
2017-05-16 06:03:22 +02:00
looooo
869e42e062
try to repair add-on manager
2017-05-15 12:21:14 +02:00
Zheng, Lei
fa00b4f06a
Path.Area: use FC tag based logging
2017-05-13 18:52:09 +02:00
Abdullah Tahiri
80c91a5de7
SketchObject:ModifyBSplineKnotMultiplicity re
...
written to use THROW macro and CADKernelError exception
2017-05-13 15:27:57 +02:00
Zheng, Lei
39025e4316
Path.Area: fix projection code for OCE
2017-05-13 14:36:42 +02:00
Zheng, Lei
d4c0813e31
Path.Area: fix work plane direction
2017-05-13 14:36:42 +02:00
Zheng, Lei
a0e280e961
Path.Area: outline now supports solid and non-planar faces
2017-05-13 14:36:42 +02:00
Zheng, Lei
dd36a9fc45
Path.Area: force CW orientation on pocket mode offset
2017-05-13 14:36:42 +02:00
Zheng, Lei
997200d3b4
Path.Area: add parameter 'Outline' to remove inner holes
2017-05-13 14:36:42 +02:00
Zheng, Lei
9120d6db77
Path.Area: fix path orientation setting
2017-05-13 14:36:42 +02:00
Zheng, Lei
2d23673dd5
Path.Area: rename Clearance parameter to ResumeHeight
2017-05-13 14:36:42 +02:00
Zheng, Lei
a1e8bb13eb
Path.Area: fixed zigzag pocket mode
2017-05-13 14:36:42 +02:00
wmayer
e97d9c3721
add keyword support to MakePipeShell.add, support overloaded method
2017-05-13 14:12:37 +02:00
wmayer
9b28b563ce
exception handling in BRepOffsetAPI_MakePipeShellPy
2017-05-13 13:28:31 +02:00
Jeff Terrace
36c60d3f8d
Use xrange instead of range when exporting to collada.
...
This avoids creating a giant temporary list for large meshes.
2017-05-12 09:28:54 -07:00