wmayer
07fd41f4fc
use assertAlmostEqual for comparison with floating numbers
2017-06-16 00:15:22 +02:00
Kurt Kremitzki
944a111c2f
Add PartDesign_Mirrored test based on additive primitive
2017-06-16 00:15:22 +02:00
Kurt Kremitzki
01cca0ba53
Add PartDesign_Mirrored offset failure test
2017-06-16 00:15:22 +02:00
Abdullah Tahiri
ab48fdb6f5
render both faces
2017-06-16 00:15:22 +02:00
Kurt Kremitzki
6f18ce63ed
Show failure message when part design transformation does not intersect
2017-06-16 00:15:22 +02:00
Kurt Kremitzki
90f0e5ceb8
Remove redundant matrix scale factor multiplication
2017-06-16 00:15:22 +02:00
Abdullah Tahiri
ff188383a1
Fix transformation support, so that support is updated with any previous transformation executed
2017-06-16 00:15:22 +02:00
Abdullah Tahiri
9e215721b0
Reverting to checkIntersection via boolean operation
...
The extrema algorithm fails on touching (the manyfold detection fails to return a face, but several vertex, although a face is clearly touching and if bypassed the boolean succeeds), see
https://www.freecadweb.org/tracker/view.php?id=3065
This commit enables the older boolean based intersection check.
2017-06-16 00:15:22 +02:00
Yorik van Havre
e02430f5bf
Draft: Added icons to select plane buttons
2017-06-15 18:26:57 -03:00
Zheng, Lei
294551a2fb
Path.Area: fix Path.fromShapes retraction threshold
2017-06-15 14:43:49 -03:00
Zheng, Lei
56f8de75e6
Path.Area: fix plane finding on face shape
2017-06-15 14:43:49 -03:00
Zheng, Lei
561c48acc5
Path.Area: deep copy on makeSection output
2017-06-15 14:43:49 -03:00
Zheng, Lei
d257f1bfa5
Path.Area: section intermediate shape output for debugging
2017-06-15 14:43:49 -03:00
Zheng, Lei
d6e16019fd
Path.Area: fixed random wrong section output
2017-06-15 14:43:49 -03:00
sliptonic
1065dc5d97
Path: Contour works on clones and other objects with proxy and shape.
2017-06-15 14:42:30 -03:00
sliptonic
e169085959
Path: disable diameter checking in Drilling
...
I'm turning this off for now. tolerance
problems are making it less than useful.
2017-06-15 14:42:30 -03:00
sliptonic
aeec1c8c88
Path: added a hidden property to store the areaparams
...
Useful for debugging.
2017-06-15 14:42:30 -03:00
sliptonic
b5e233d3aa
Path: fix bug in drilling
...
hemispherical faces have an odd edge that doesn't have a Curve attribute.
2017-06-15 14:42:30 -03:00
sliptonic
f44cae2f44
Path: remove obsolete NC sources
2017-06-15 14:42:30 -03:00
sliptonic
cc4abd21b9
Path: usecomp setting toggles the availability of the side property
2017-06-15 14:42:30 -03:00
sliptonic
0766a7387f
Path: first experiments with collision detect
2017-06-15 14:42:30 -03:00
sliptonic
c97724ef30
Path: remove Pocket OCC algorithm
2017-06-15 14:42:30 -03:00
sliptonic
936bbedaeb
Path: bug fixes
2017-06-15 14:42:30 -03:00
sliptonic
dcbfc880ff
Path: add output precision option to linuxcnc post.
...
Modified unit tests to use it.
2017-06-15 14:42:30 -03:00
wmayer
eb64ecc06f
improve exception message if proximity function fails
2017-06-15 14:28:10 +02:00
Yorik van Havre
1854d3de69
Draft: Fixed typo
2017-06-13 14:08:38 -03:00
Pekka Roivainen
dd48cc5f2b
Path: Add PathDressupRampEntry.py to CMakeList
2017-06-12 11:32:29 +02:00
Zheng, Lei
c3bd7b6b9b
Path.Area: fixed projection tolerance problem
2017-06-12 11:26:39 +02:00
Yorik van Havre
e24aa3fb23
Arch: Fixed small bug in Space
2017-06-11 22:37:31 -03:00
Amritpal Singh
fb62c91366
Added RebarShape property to the Rebar object and defined setEdit() function in Rebar object
2017-06-11 14:03:44 -03:00
wmayer
c1070e5e8e
NULL is defined as nullptr on FreeBSD and causes a build failure
...
For more information see: https://forum.freecadweb.org/viewtopic.php?f=4&t=22897&p=177660#p177660
2017-06-11 18:48:23 +02:00
triplus
acdf40e467
Navigation indicator orbit style improvements
...
- Orbit style settings improvements
- Tooltip information improvements
- Expose orbit style options to shortcuts
2017-06-11 17:55:33 +02:00
Pekka Roivainen
af68de8231
Path: PathArray support for Polar and 2D arrays
2017-06-11 17:49:38 +02:00
Pekka Roivainen
d7b139957a
Add ToolController property to PathCompound
2017-06-11 17:49:38 +02:00
Pekka Roivainen
2a3f1cb749
Add ToolController property to PathCopy
2017-06-11 17:49:38 +02:00
Pekka Roivainen
44bbffe48a
Path: Add ToolController property to PathArray Object
2017-06-11 17:49:38 +02:00
Pekka Roivainen
b7876acc43
Path: DressupRampEntry Method3 improvement + flake8
2017-06-11 17:46:03 +02:00
Pekka Roivainen
3209eca10e
Path: DressupRampEntry bug fix + added RampMethod3
2017-06-11 17:46:03 +02:00
Pekka Roivainen
8dac1d0b15
Added Helix. Other cleanup and fixes.
2017-06-11 17:46:03 +02:00
Pekka Roivainen
40fe7a04ba
added second method for ramping
2017-06-11 17:46:03 +02:00
Pekka Roivainen
f03eee36f8
DressupRampEntry initial commit
2017-06-11 17:46:03 +02:00
Yorik van Havre
ab1b344410
AddonManager: Further older ssl/urllib2 version support
2017-06-09 11:05:17 -03:00
Bernd Hahnebach
2ea7a1fc6f
FEM: ccx input writer, do not write EigenmodeLimits if they are set to -1.0
2017-06-09 06:49:18 +02:00
Bernd Hahnebach
63a2153eb4
FEM: prerequisites check, add a check to proof if all material objects do have the same ref shape type
2017-06-09 06:46:50 +02:00
Bernd Hahnebach
a8dbc81a59
FEM: material task panel, fix in reference shape type test
2017-06-09 06:42:13 +02:00
Yorik van Havre
5c5292cf4f
AddonManager: Support older versions of ssl module
2017-06-09 00:06:46 -03:00
Yorik van Havre
f2fff7225c
Draft: Fixed unicode conversion bug in DXF export
2017-06-09 00:00:08 -03:00
Bernd Hahnebach
086d2ed0bb
FEM: ccx input writer, better writing code in ccx elsets
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
c85d8c61e3
FEM: ccx input writer, move some defs from ccx input file writer to input file writer:
...
- get the material sets and write them to material objects
- get the geometry beam and shell sets as well as the fluid beam sets and write them to the objects
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
85deb88789
FEM: ccx input writer, use variables for elementset names instead of hardecoded values
2017-06-07 23:32:36 -03:00