Yorik van Havre
496df34369
Arch: Finished base implementation of Reference object
2018-09-29 16:41:42 -03:00
Yorik van Havre
1fec4d0c51
Arch: Started implementing Arch Reference
2018-09-29 16:41:42 -03:00
wmayer
64b9c78b92
fix GeometryPy::setConstruction
2018-09-29 21:36:07 +02:00
wmayer
47dacf30d0
update resource file
2018-09-29 18:32:12 +02:00
Rafael
e8c6007c8f
Replace fem-post-filter-data-at-point PNGicon
...
Currently a FEM WB tool has a PNG icon in FreeCAD. This file is the
fem-post-filter-data-at-point.png The rest of the icons in FEM WB
are SVG files. This PNG icon is from ParaView and it has a different
stile, compared with the other FEM icons. It would be good to have
an original SVG icon for this tool.
This commit replaces the PNG file with a SVG file with a new design.
This job was a request from the FEM WB developer, in the UX/UI Design
FreeCAD Forum.
The new SVG icon follows the FreeCAD Artwork Guidelines
- https://www.freecadweb.org/wiki/Artwork_Guidelines
The new design keep the stile of the other icons with similar function
in the FEM toolbar
- https://www.freecadweb.org/wiki/File:Fem-DataAlongLine.svg
2018-09-29 18:30:50 +02:00
Abdullah Tahiri
b73cbd739c
Sketcher: Correct checking of compatible equality geometry
...
=========================================================
Before this commit equality line to circle is allowed although the solver can not process it.
Similar happens for several combinations of incompatible edges.
2018-09-29 18:18:42 +02:00
Abdullah Tahiri
80e4b36f37
Sketcher: No equality to be applied to external axes
...
fixes #3532
2018-09-29 18:18:02 +02:00
kreso-t
d1eb5f19a8
Path: Adaptive - Small adjustment to link path cleaning
2018-09-29 18:12:45 +02:00
kreso-t
9a2338a2cf
Path: Adaptive - small performance improvement
...
- related to linking path smoothing
2018-09-29 18:12:28 +02:00
kreso-t
a9dfb16998
Path: Adaptive - improvements and bug fixes
...
- more accurate path smoothing
- fix for missing helix lead-in in some cases
- fix for cleaning of helix center point
- increased max allowed step-over to 75%
2018-09-29 18:12:09 +02:00
Yorik van Havre
17b568db17
Start: Added pref option to use gradient icon for new files
2018-09-29 12:52:04 -03:00
wmayer
dc46910231
fix crash when creating a copy of datum object
2018-09-29 12:34:55 +02:00
Yorik van Havre
0d228bce02
Arch: Fixed edit mode of components
2018-09-28 16:13:01 -03:00
paullee
2cddbe5dab
ArchPipe objects named as "Rail"
...
Discussion:
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&p=259085#p259085
5f63a7764b (diff-fb9ac48ea14ab86d0e964fee1f4e4838)
2018-09-28 13:18:40 -03:00
paullee
56378b5be8
Add Property 'Width of Landing'; set width of different 'edge' of a Landing
...
Discussion:
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=80#p257963
https://forum.freecadweb.org/viewtopic.php?f=22&t=29709
2018-09-28 13:18:40 -03:00
wmayer
e605d5f4bf
fix build failure for oCCT 7.2 or later
2018-09-28 15:36:17 +02:00
wmayer
27a4938d90
move class ExportOCAF to own source files
2018-09-28 15:06:46 +02:00
wmayer
95efad737b
fixes 0003491: Import.export not preserving placement of Part Features in STP file export
2018-09-28 14:58:49 +02:00
wmayer
02ab1c9424
fixes 0003165: Color information lost in STEP export
2018-09-28 11:49:04 +02:00
wmayer
830caf34c0
fixes 0003547: Linear pattern, mirrored and polar pattern feature not working on a hole just on pocket
2018-09-27 13:30:30 +02:00
Bernd Hahnebach
13b45c9c79
FEM: revert ac1b037, it is based on a change which is not in master, not yet ;-)
2018-09-27 11:09:22 +02:00
wmayer
19cd040415
in linear pattern handle selected edge of a 2d part object
2018-09-27 11:04:30 +02:00
Bernd Hahnebach
a0ff629747
FEM: vtk, post task boxes, add some comment
2018-09-26 22:43:07 +02:00
Bernd Hahnebach
a905b63632
FEM: vtk fix, task panels, some enumerations are no longer set back on any open of the tp
2018-09-26 22:42:53 +02:00
Bernd Hahnebach
de7ef263d2
FEM: vtk, initialize the enums of piplines VP
2018-09-26 22:42:40 +02:00
Bernd Hahnebach
5fc337baf5
FEM: vtk fix, remove scaling of vtk results
...
- only displacements had been scaled, all other results remained untouched
- if the results should be scaled all results needs to be scaled
- this includes all possible result types with their units
2018-09-26 22:42:26 +02:00
Bernd Hahnebach
ac1b0371e1
FEM: input filewriter base class, remove no longer working mesh shape property, has been replaced by part
2018-09-26 22:41:56 +02:00
wmayer
00bf21dc26
fixes 0003618: FEM, GUI, mesh view provider, highlighted node show wrong node number on selection
2018-09-26 19:59:32 +02:00
Clemens Weissbacher
0c744f2517
FEM: fix an error handling issue, caused by an non existing variable
2018-09-26 17:15:03 +02:00
paullee
fc09738579
ArchStairs: Fix HalfTurnLeft error/bug
2018-09-26 17:10:42 +02:00
kreso-t
1e53a8f479
Fix for crash on windows env.
2018-09-26 17:05:29 +02:00
kreso-t
27f9a69f24
Path: Adaptive - small improvement
...
- tendency to join cuts when possible
2018-09-26 17:05:05 +02:00
Zheng, Lei
35f6a4fa72
Path.Area: fix offset pocket mode
2018-09-26 17:02:36 +02:00
wandererfan
df0eb076a6
Better error messages for bad selections
2018-09-26 17:00:07 +02:00
wandererfan
f9b9de42dd
Add Peppino's ISO7200 templates
2018-09-26 16:59:49 +02:00
wandererfan
859fed207d
Fix double scaling in DPG AutoScale
2018-09-26 16:59:39 +02:00
wandererfan
3163c3d6f5
Fix late repaint of secondary views
...
- when ScaleType=Automatic and Scale changes
individual views were not being repainted until
next document recompute.
2018-09-26 16:59:12 +02:00
wandererfan
db593f2169
Suppress spurious message
...
- was reporting "pattern not found" even if
hatch source file was not a .pat file.
2018-09-26 16:59:00 +02:00
wandererfan
6b9c1e89d1
Show full width Edges around Section Face
...
- Section Face was hidding 1/2 of Edge if "Show Section
Edges" was set to false.
2018-09-26 16:58:52 +02:00
wmayer
57cc33c8ee
fixes 0003427: Measurement tool measures wrongly
2018-09-26 16:37:00 +02:00
wmayer
ff0cacca0a
fixes 0003469: FreeCAD crashes on edge selection during fillet edge operation on extruded geometry
2018-09-25 22:51:33 +02:00
wmayer
dfd3d86b22
fixes 0003333: Wrong behaviour of fuse operation
2018-09-25 17:53:37 +02:00
wmayer
654fc12c8f
fixes 0003496: Can't delete spreadsheet if spreadsheet is opened.
2018-09-25 16:17:05 +02:00
wmayer
b330950251
fixes 0003611: Linear pattern: 'Select reference' does near to nothing
2018-09-25 11:07:43 +02:00
wmayer
a2d44d2642
fixes 0003521: Import of csv file into Spreadsheet does not work if the path contains non ASCII characters
2018-09-24 22:16:48 +02:00
wmayer
3653d7ed11
fixes 0003148: PartDesign does not allow colouring of single faces for non-primitives
2018-09-24 19:30:36 +02:00
kreso-t
ac6eebe7b9
Path: Adaptive - enhancements and bug fixes
...
- more accurate path cleaning
- fix for uncleared area remaining
- linking paths smoothing
2018-09-23 10:45:45 +02:00
easyw
b8cceb5f52
make stepZ py3 compliant
2018-09-23 10:43:14 +02:00
wmayer
8d2f8a3d96
fixes 0003380: Involute gear should be created inside of Body and respect Attachment
2018-09-22 20:10:48 +02:00
wmayer
3c048904ff
fixes 0003447: False PartDesign migration request
2018-09-22 13:59:34 +02:00