Commit Graph

4731 Commits

Author SHA1 Message Date
Eivind Kvedalen
98bc8b3856 Spreadsheet: Added test case for conditional expressions. 2016-03-08 16:09:31 +01:00
Eivind Kvedalen
e551c538bf Spreadsheet: Fixed parser so it accepts integer numbers written as e.g 1e3. 2016-03-08 16:09:30 +01:00
Eivind Kvedalen
573594d69d Spreadsheet: Added AtomicPropertyChange object to avoid excessive property change reporting. 2016-03-08 16:09:30 +01:00
Eivind Kvedalen
3c8dde7644 Spreadsheet: Turned off debug/tracing for expression parser. 2016-03-08 16:09:29 +01:00
DeepSOIC
dcd7ca38d4 Part: JoinFeatures UI improvements
* display originals in tree under the features (like Part Fuse does)
* unhide originals upon delete
* display message box when computing the feature fails on creation
2016-03-08 12:00:19 +01:00
wmayer
466a4e6d4d + issue #0001203: Allow User to Adjust Size of Constraint Points 2016-03-08 00:31:50 +01:00
Yorik van Havre
7d0012e160 Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
wmayer
0777ef1e13 + command to create points object from geometry
+ implement TopoShape::getPoints
2016-03-05 23:36:57 +01:00
wmayer
fd617f77dc + set refine option by default 2016-03-05 16:15:45 +01:00
wmayer
250a55fe55 + add refine option to shape builder 2016-03-05 16:13:15 +01:00
wmayer
7ba4da0913 + create points with normals from mesh object 2016-03-04 19:39:13 +01:00
wmayer
88290c041e + get also back normals from MeshObject::getPoints 2016-03-04 18:28:49 +01:00
wmayer
d962fda983 + removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
2016-03-04 17:16:57 +01:00
wmayer
c3075a49e5 + function to create points from mesh 2016-03-04 16:00:08 +01:00
wmayer
6c3bb7c7c4 + support of export of points to pcd and ply format 2016-03-04 14:48:26 +01:00
Bernd Hahnebach
f338577484 FEM: ccxInpWriter, add Nodes dict to self object 2016-03-03 18:40:32 +01:00
fandaL
72033d613e FEM: ccxInpWriter, copy Nodes dict 2016-03-03 18:40:31 +01:00
wmayer
6b4e1f6b48 + add segmentation algorithm 2016-03-03 18:07:17 +01:00
Yorik van Havre
29229942e0 Merge pull request #109 from wood-galaxy/bim-ifcproperty-6
Arch : IFC : Handle case where NominalValue is None
2016-03-03 11:12:58 -03:00
Jonathan Wiedemann
1f936ba4b0 Merge branch 'master' into bim-ifcproperty-6 2016-03-03 11:07:34 +01:00
Jonathan Wiedemann
df9562d1d0 Merge branch 'master' into arch-roof-2 2016-03-03 10:49:33 +01:00
Jonathan Wiedemann
e761af45b7 Arch Roof : improvement and clean up
change default value
handle shape based object
better getsubvolume method
2016-03-03 10:45:32 +01:00
Bernd Hahnebach
4d6f474a1e FEM: make python modules again flake8 compatible 2016-03-02 22:23:27 +01:00
Bernd Hahnebach
d69600e46f FEM: make method names in ccxwriter consisten 2016-03-02 22:23:27 +01:00
Bernd Hahnebach
145218f3d3 FEM: remove not used methods from FemAnalysis class 2016-03-02 22:23:26 +01:00
wmayer
bed7af9158 + filter out invalid points 2016-03-02 18:04:45 +01:00
wmayer
03dfc03c18 + filter out invalid points in surface triangulation algorithms 2016-03-02 16:14:08 +01:00
wmayer
2f4f18df85 + add region growing, segmentation and ransac algorithms to Reen module 2016-03-02 15:51:26 +01:00
Yorik van Havre
7791253778 Merge pull request #97 from dbtayl/master
Helical/linear ramp plunging
2016-03-01 17:08:19 -03:00
wmayer
864974a234 + do not allow to set negative grid size in property editor 2016-03-01 18:24:39 +01:00
wmayer
319c239b5a + fix regression in German translation (also fixed on crowdin) 2016-03-01 16:45:14 +01:00
Yorik van Havre
81008006c0 Updated translation files 2016-03-01 12:34:03 -03:00
Jonathan Wiedemann
3b304202dd Arch Roof : improvement and clean up
change default value
handle shape based object
better getsubvolume method
2016-03-01 09:45:11 +01:00
Jonathan Wiedemann
2424d01ca6 Merge branch 'master' into arch-roof-2 2016-03-01 08:08:32 +01:00
wmayer
14eb4d02f2 Merge branch 'master' of https://github.com/FreeCAD/FreeCAD 2016-02-29 23:45:17 +01:00
wmayer
0d714f06c2 + add voxel filter function to Reen module 2016-02-29 23:44:55 +01:00
wmayer
37f960a1f5 + fix build failure with gcc 2016-02-29 19:36:22 +01:00
wmayer
27db1362e7 + change binary export & import of shapes to restore placement and orientation 2016-02-29 18:37:36 +01:00
wmayer
6aefdea417 + prepare string for translation 2016-02-29 13:22:49 +01:00
vginkeo
8ec2665c1c FEM: C++98 compatible fix to constraint displacement reference deletion, update vertice, edge, face selection 2016-02-29 13:06:16 +01:00
vginkeo
5a4b0a6806 FEM: do not hide constraints for result view 2016-02-29 13:06:15 +01:00
vginkeo
70f3ebbd15 FEM: remove some trailing whitespaces 2016-02-29 13:06:14 +01:00
vginkeo
9428123c54 FEM: remove module ccxInpWriterFemConstraintDisplacement
which was intoduced in commit b1dc2cb by an accident
2016-02-29 13:06:13 +01:00
wmayer
b500af9afa + set range for quantity boxes 2016-02-29 12:29:02 +01:00
Yorik van Havre
448f82fa37 Start: Updated startpage - fixed some links + restored commits feed 2016-02-28 22:03:03 -03:00
Yorik van Havre
7647b37058 Draft: better docstring for offset - fixes #2199 2016-02-28 19:28:35 -03:00
wmayer
7a2b8b9dcf + code clean-up 2016-02-28 19:01:23 +01:00
wmayer
a935efe812 + fixes #0002200: Application crash when modifying fillet 2016-02-28 18:56:21 +01:00
Yorik van Havre
7a223424f8 Arch: Fixed bug in extrusion of structures - fixes #2458 2016-02-28 14:03:29 -03:00
wmayer
c311d0e0e8 + use quantity boxes in mesh segmentation dialog 2016-02-28 12:48:55 +01:00