wmayer
|
f5a3c8ab48
|
implement Line2dSegment, fix doc strings
|
2016-11-26 14:08:14 +01:00 |
|
wmayer
|
e841178b83
|
implement OffsetCurve2d
|
2016-11-25 23:45:14 +01:00 |
|
wmayer
|
58d448da34
|
implement ArcOfParabola2d
|
2016-11-25 18:11:37 +01:00 |
|
wmayer
|
20b801efc3
|
implement Hyperbola2d and ArcOfHyperbola2d
|
2016-11-25 17:50:52 +01:00 |
|
wmayer
|
5eb3e0386b
|
implement Ellipse2d and ArcOfEllipse2d
|
2016-11-25 17:20:58 +01:00 |
|
wmayer
|
14228c5f2c
|
implement ArcOfConic2d and ArcOfCircle2d
|
2016-11-25 10:07:55 +01:00 |
|
wmayer
|
dc23e23acd
|
implement Circle2d
|
2016-11-24 23:45:05 +01:00 |
|
Yorik van Havre
|
6261cc114d
|
Merge branch 'master' of github.com:FreeCAD/FreeCAD
|
2016-11-24 18:36:55 -02:00 |
|
Yorik van Havre
|
6f2029f5b9
|
Arch: Fixed wrong placement of sketch-based windows
|
2016-11-24 18:36:24 -02:00 |
|
wmayer
|
1b406d3a97
|
implement Conic2d and Parabola2d
|
2016-11-24 21:16:32 +01:00 |
|
Yorik van Havre
|
a67bdf3f9c
|
Doc: Further fixes to doxygen docs
|
2016-11-24 17:59:21 -02:00 |
|
WandererFan
|
504633b7fe
|
Add 2nd page of preferences
|
2016-11-24 14:44:37 -02:00 |
|
WandererFan
|
082045456f
|
Initial DrawingViewDetail
|
2016-11-24 14:44:37 -02:00 |
|
wmayer
|
70240b52f4
|
fix build failure on Linux
|
2016-11-23 19:27:41 +01:00 |
|
wmayer
|
6cbb86cf08
|
create gp_Trsf2d from gp_Trsf
|
2016-11-23 18:53:48 +01:00 |
|
wmayer
|
4be07a25e5
|
implement methods of Geometry2dPy
|
2016-11-23 15:05:55 +01:00 |
|
wmayer
|
6b5dd05d51
|
use cmake's OBJECTS library option
|
2016-11-23 15:04:58 +01:00 |
|
wwmayer
|
d2fdce9fac
|
Merge pull request #348 from jobermayr/master
ArchSite can now also use Python3 Pysolar.
|
2016-11-23 13:53:38 +01:00 |
|
Johannes Obermayr
|
9c1aea7753
|
ArchSite can now also use Python3 Pysolar.
|
2016-11-22 21:50:04 +01:00 |
|
Bernd Hahnebach
|
f326dc59a9
|
FEM: GMSH mesh tool, change icons for netgen and gmsh mesh to distingish them in toolbar
|
2016-11-22 19:50:51 +01:00 |
|
Bernd Hahnebach
|
4fdc94368c
|
FEM: GMSH mesh tool, add a pref page for gmsh binary path
|
2016-11-22 19:50:51 +01:00 |
|
Bernd Hahnebach
|
c5216645ce
|
FEM: GMSH mesh tool, the GMSH tool class and a task panel
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
55fcf495c8
|
FEM: GMSH mesh tool, add command and add it to tool bar and make a menu entry
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
8839a19b61
|
FEM: GMSH mesh tool, new python mesh object
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
735d70bca0
|
FEM: extend the C++ fem mesh object to be able make python mesh object childs
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
e4803de36f
|
FEM: rename CommandMeshFromShape into _CommandMeshNetgenFromShape
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
aa9f0ab6ea
|
FEM: FemMeshTools, some changes need for the GMSH mesh tool
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
06f3f46650
|
FEM: FemMeshTools, fix input file writing if groups have non expected group names
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
b0b48bb92e
|
FEM: code formating, make all python module start the same way
- module info
- doxygen documentation
- imports
- code
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
9fbf1d4b15
|
FEM: code formating, cmake and init gui
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
0fc137762f
|
FEM: ccx tools, check if the active analysis has result object before try to open results
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
c459b1e089
|
FEM: read frd result file, check if nodes could have been read.
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
29fd512937
|
FEM: catch an error if Result dialog will be opened without an result in the analysis
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
3ca8f0d823
|
FEM: small change in Fem Z88 tools
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
6d3c5efda7
|
FEM: solver task panel, delete not used def
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
5a404521d4
|
FEM: do not longer open mesh at analyse creation
better make mesh last as before the constraints because of group meshing
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
752a650675
|
FEM: temporary remove not supported tools from tool bar
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
3ff2ec7c94
|
FEM: solver obj, delete not needed includes
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
8d54a2a894
|
FEM: solver obj, remove not needed comment since all attributes are implemented in the python solver objects
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
aaafac1d55
|
FEM: typo in solver view providers
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
c0757bf322
|
FEM: code formating, add brackets to prints
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
0bf436b484
|
FEM: code formating, get flake8 quired
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
ecbe075bb7
|
FEM: activate binary search get_femelement_by_femnodes_bin for volume meshes
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
1ebfd4bf0a
|
FEM: FemMeshTools, add binary search method for get_femelements_by_femnodes, but do not make it activ
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
db933128f6
|
FEM: fix unit test after activating new pressure face search
|
2016-11-22 19:50:49 +01:00 |
|
Bernd Hahnebach
|
2f944d07ef
|
FEM: ccx input writer, make use of the new faster binary search method for getting the pressure faces
|
2016-11-22 19:50:49 +01:00 |
|
Bernd Hahnebach
|
d8bbfbe35e
|
FEM: FemMeshTools, add new methods to make a faster search for pressure faces:
- get_femnodes_ele_table()
- get_copy_of_empty_femelement_table()
- get_bit_pattern_dict()
- get_ccxelement_faces_from_binary_search()
- thanks to Ulrich Brammer for implementing the methods
|
2016-11-22 19:50:49 +01:00 |
|
wmayer
|
04fd872531
|
fix build problems on Linux/OSX
|
2016-11-22 16:16:48 +01:00 |
|
wmayer
|
78a6da83b0
|
add Python wrappers for Geom2d classes
|
2016-11-22 14:09:19 +01:00 |
|
wmayer
|
cd761ab804
|
wrapper for Geom2d package
|
2016-11-21 18:17:10 +01:00 |
|