Bernd Hahnebach
|
08eca9dad4
|
FEM: add author to material files
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
21995724b0
|
FEM: unused imports deleted
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
91afe97ad5
|
FEM: split MechanicalMaterial into separate modules
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
cd3d26e7e5
|
FEM: use ConsolePrints instead of prints for MechanicalMaterial
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
dba05b14f5
|
FEM: shape typte test in selection of multiple material reference shapes
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
95a1f6836e
|
FEM: put prints in brackets in MechanicalMaterial
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
cadb7ba130
|
FEM: multiple materials, support for solids
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
accb05c502
|
FEM: add getNodesBySolid()
Conflicts:
src/Mod/Fem/App/FemMesh.cpp
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
3724748d06
|
FEM: selection of Faces and Edges as References for multiple MechanicalMaterial
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
784667bde9
|
FEM: add Reference selection to Mechanicalmaterial ui
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
162a0421d9
|
FEM: multiple materials for shell and beam meshes
|
2015-11-07 13:24:45 -02:00 |
|
Bernd Hahnebach
|
f5d557ffb4
|
FEM: add spaces to FemTools license
|
2015-11-07 13:24:45 -02:00 |
|
wmayer
|
9862e50083
|
+ allow to set u/v dirs for B-Spline fit
|
2015-11-06 16:43:58 +01:00 |
|
wmayer
|
effd32b640
|
+ fix build failure on Linux
|
2015-11-06 14:56:19 +01:00 |
|
wmayer
|
5d99062619
|
+ add task dialog to perform B-Spline fit
|
2015-11-06 14:30:26 +01:00 |
|
wmayer
|
e5a99461f5
|
+ add helper classes to store names of doument and object and not a pointer
|
2015-11-06 14:28:03 +01:00 |
|
wmayer
|
0284306e02
|
+ get initial plane fit from B-Spline fit if required
|
2015-11-06 00:27:33 +01:00 |
|
wmayer
|
13830fe52e
|
+ fixes #0002329: remove the 2 now obsolete Pivy versions distributed with FreeCAD source code
|
2015-11-05 21:26:05 +01:00 |
|
wmayer
|
00f20e89c0
|
+ fix build failure with occ 6.9.1
|
2015-11-05 19:40:34 +01:00 |
|
Bernd Hahnebach
|
8d105e3218
|
FEM: use super class FemCommands for ShellThickness and BeamSection Commands
|
2015-11-05 17:31:03 +01:00 |
|
Bernd Hahnebach
|
dc105b569b
|
FEM: split FemBeamSection into separate modules
|
2015-11-05 17:31:02 +01:00 |
|
Bernd Hahnebach
|
393d04697e
|
FEM: split FemShellThickness into separate modules
|
2015-11-05 17:31:02 +01:00 |
|
Bernd Hahnebach
|
41786331f3
|
FEM: use unix linefeeds in InitGui.py
|
2015-11-05 17:31:02 +01:00 |
|
wmayer
|
50189747c0
|
+ (hopefully) fix build failure with occ 6.9.1
|
2015-11-05 17:06:04 +01:00 |
|
wmayer
|
ea252c7426
|
+ implement mechanism to allow only a single application instance
|
2015-11-05 15:56:50 +01:00 |
|
wmayer
|
143add5d1b
|
+ move GuiApplication class into its own source files
|
2015-11-04 22:04:48 +01:00 |
|
wmayer
|
d8a98bd365
|
+ optimize B-spline approximation
|
2015-11-04 14:39:20 +01:00 |
|
wmayer
|
7a1e85edbc
|
+ check if pcl is built opennurbs support
|
2015-11-04 12:16:35 +01:00 |
|
Przemo Firszt
|
79d4591b58
|
FEM: Fix typos in property definitions
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
Przemo Firszt
|
80a6842bcc
|
FEM: Replace invalid ElementNumbers with NodeNumbers
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
Przemo Firszt
|
ed6533a568
|
FEM: Add EigenmodeFrequency property to result object
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
Przemo Firszt
|
7922106965
|
FEM: Add Eigenmode property to result object
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
Przemo Firszt
|
7dea41b87c
|
FEM: Add simple dat file reader
It's a simple CalculiX dat file reader used to extract eigenmode
frequencies after freqyency analysis.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
Przemo Firszt
|
d679498d70
|
FEM: Remove redundant base_name variable
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 20:04:23 +00:00 |
|
wmayer
|
123f182c96
|
+ support of drag'n'drop for custom view provider
|
2015-11-03 16:21:51 +01:00 |
|
wmayer
|
3ae14cb798
|
+ extend interface of Document.setEdit() according to the doc string
|
2015-11-03 12:36:29 +01:00 |
|
Przemo Firszt
|
f070e179a4
|
FEM: Replace GetString with GetFloat/GetIntiger for eigenmode parameters
Reported-By: bernd
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-11-03 10:50:15 +01:00 |
|
wmayer
|
0d3637ad38
|
+ optimize B-spline approximation
|
2015-11-03 00:55:15 +01:00 |
|
wmayer
|
b09a2e6f2c
|
+ allow in approxSurface() to also pass points object
|
2015-11-02 17:36:45 +01:00 |
|
wmayer
|
a403140364
|
+ double check that internal data is valid when leaving edit mode of sketcher view provider
|
2015-11-02 12:42:18 +01:00 |
|
wmayer
|
c23d6090f5
|
+ fixes #0002321: Build failure on current (71be79e) master
|
2015-11-01 18:07:56 +01:00 |
|
wmayer
|
27e77fd6ce
|
+ add toggle action to context-menu of spline view provider
|
2015-10-31 16:10:26 +01:00 |
|
wmayer
|
c02d8017c5
|
+ ignore colour information of ply point files
|
2015-10-31 16:09:38 +01:00 |
|
wmayer
|
27917795a4
|
+ reorder include files to fix re-definition of macro BOOST_PARAMETER_MAX_ARITY
|
2015-10-31 13:32:01 +01:00 |
|
DaviKaur
|
bb17b6acbd
|
Materials: New Glass Materials
|
2015-10-31 13:01:39 +01:00 |
|
wmayer
|
622324a6af
|
+ include pcl bspline fit into Reverse Engineering module
|
2015-10-30 22:06:34 +01:00 |
|
Yorik van Havre
|
1917abc22e
|
Arch: added IFC export preference option to choose triangulation style for non-planar shapes
|
2015-10-28 17:24:43 -02:00 |
|
Przemo Firszt
|
ba658c5866
|
FEM, Tests: Fix FEM tests
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-10-26 18:35:43 +00:00 |
|
Przemo Firszt
|
6f7706dac1
|
FEM: Move writing inp section headers to front of function
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-10-26 17:17:23 +00:00 |
|
Bernd Hahnebach
|
777cc2521b
|
FEM: print in brackets
|
2015-10-26 13:13:57 +01:00 |
|