DeepSOIC
98c77ca9db
Draft: allow cross-CS links for Clone
...
fixes drag-drop issues
https://forum.freecadweb.org/viewtopic.php?f=3&t=32677&p=272896#p272896
2018-12-08 11:23:53 -03:00
wmayer
dac47b16f5
mesh segmentation algorithm for surfaces
2018-12-07 20:03:44 +01:00
Yorik van Havre
f61c68c5c0
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-12-07 14:27:35 -02:00
Yorik van Havre
d729548a82
Arch: minor bugfix in arch reference
2018-12-07 14:27:18 -02:00
wmayer
bbdf993c07
rework mesh segmentation dialog
2018-12-07 13:13:08 +01:00
Bernd Hahnebach
dceda1a073
FEM: ccx tools, simplify member collection
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
25de353599
FEM: solver frame work ccx and z88, simplify member collection
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
2d83f56fc7
FEM: utils, add some defs to collect analysis group member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
ddb4c77b5b
FEM: utils, rename get single member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
986dc046d8
FEM: utils, rename get member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
5c5b100b2f
FEM: elmer writer, use class methond instead of utils method directly
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
c2e5df0e16
FEM: solver tasks, delete duplicate methods
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
99a7bad13d
FEM: unit tests, extend commends to command for every module test
2018-12-07 08:53:48 -03:00
wandererfan
c654ef4e2b
Add id=PageName to exported Svg
...
- add id attribute to output of QSvgGenerator.
2018-12-07 08:53:08 -03:00
wandererfan
54a750a486
Add Parameter to Control Section Line Appearance
...
- allow user to specify traditional section line
or "reference arrow method"
2018-12-06 08:57:56 -03:00
wandererfan
8c25781b15
Make Edge Selection Area Adjustable
...
- Edges may be difficult to select depending on drawing
scale and zoom level.
- Parameter: Preferences/Mod/TechDraw/General/EdgeFuzz
2018-12-06 08:57:56 -03:00
wandererfan
56f25ebe7c
Add US Letter size blank template
2018-12-06 08:57:56 -03:00
wandererfan
d10e06039d
Display correct symbols for Minute/Second
...
- the ImperialCivil unit schema uses "M" for angular
minutes and "S" for angular seconds. These must be
replaced by ' and ".
2018-12-06 08:57:17 -03:00
wandererfan
fefe83ecbb
Add ImperialCivil Units Schema
...
- units for civil engineering - ft, ft2, ft3, mph,
and angles as degrees/minutes/seconds
2018-12-06 08:57:17 -03:00
wandererfan
971cbc4e73
Remove custom translation code
...
- go back to letting loadUi do the translating.
2018-12-06 08:54:46 -03:00
Bernd Hahnebach
9231c60e6e
FEM: unit tests, extend the FEM is derived from test to more Trues
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
4d345e1853
FEM: utils, get rid of duplicate defs
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
57b9eddfb0
FEM: utils, improve method to return the obj type
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
80517c71b8
FEM: utils, rename isOfTypeNew to is_of_type
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
5407c894c5
FEM: utils, rename typeOfObj to type_of_obj
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
30b006fef0
FEM: unit tests, move object tests in separate test module and class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
666ef18baf
FEM: unit tests, better name for unit test FreeCAD file names
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6f2f3f6d35
FEM: unit tests, better comments
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
c6f513857d
FEM: unit tests, rename common class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
ab6f575ba8
FEM: ccx tools, move helper into fem utils module
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
87a52f12a6
FEM: calculix, fix obj type check
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
bf7e8d40cc
FEM: z88, fix obj type check
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6379919c75
FEM: z88 writer, raise exception if element type is not supported by Z88
2018-12-06 08:53:58 -03:00
Yorik van Havre
00a241ec40
Arch: Fixed non-unified extrusion direction in multisolid structures
2018-12-05 17:27:12 -02:00
Yorik van Havre
36114bac0a
Draft: Fixed dangling temp snap points
2018-12-05 16:38:34 -02:00
Yorik van Havre
77c7b0b886
Arch: Fixed wrong extrusion of multisolid structures
2018-12-05 13:02:48 -02:00
Yorik van Havre
d6b81fe1f6
Draft: Solved duplication problem - Fixed #2304
2018-12-05 11:05:40 -02:00
wmayer
02c51ff2dd
if activating a workbench raises a general error then add the name to the message
2018-12-05 11:31:16 +01:00
Yorik van Havre
0c732a4ee8
Draft: py3 bugfix
2018-12-03 18:39:57 -02:00
wmayer
7683bb2b4f
Fix usage of Reference dialog:
...
+ fix memory leak by using QDialog on the stack
+ open a transaction where needed when making a copy to avoid mess with undo/redo
+ set proper title and use main window as parent
+ replace class name Dialog with PartDesignGui::DlgReference
2018-12-03 17:54:05 +01:00
paul
2246e73488
Fix another 2 missing parentheses
2018-12-03 10:30:08 -03:00
Yorik van Havre
78338e6e19
Fixed py3 sntax errors
2018-12-03 10:30:08 -03:00
paullee
55474651ab
Some methods become Static, returnOutlines() become more generic purpose etc.
2018-12-03 10:30:08 -03:00
paullee
b3c49686da
Fix Typo - vbaseFollowLastSement --> vbaseFollowLastSegment
2018-12-03 10:30:08 -03:00
Abdullah Tahiri
ee99340558
Make Open vertices detection routine accesible to Python
2018-12-03 12:11:11 +01:00
Abdullah Tahiri
8fbbf4ea9e
Move Open vertices detection routine to SketchAnalysis
2018-12-03 12:11:11 +01:00
Yorik van Havre
60726a94a4
Arch: Fixed buggy display string of BuildingParts
2018-12-02 19:10:46 -02:00
Yorik van Havre
7f2fc7698c
Arch: Fixed position of BuildingPart label on start
2018-12-02 18:49:07 -02:00
Yorik van Havre
aedc8cb054
Arch: Remember last wall alignment setting
2018-12-02 17:20:38 -02:00
wmayer
a0b3638e28
only save setting if grid view is shown or not
2018-12-02 12:15:28 +01:00