Commit Graph

2958 Commits

Author SHA1 Message Date
wmayer
5bcdb642e0 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-01-06 12:30:30 +01:00
wmayer
42b555b4e5 + Extrude subset of faces of a solid 2014-01-06 12:29:58 +01:00
jriegel
15ce0e5a55 start implementing SimpleReader 2014-01-06 11:26:16 +01:00
jriegel
af82d6fb01 StepShape class and python binding for handling STep-Shape transfers. 2014-01-05 22:31:16 +01:00
jriegel
c5978fa32a add SCL python files 2014-01-05 22:31:15 +01:00
Yorik van Havre
57f3fc114d Arch: small bugfix in windows 2014-01-05 17:10:10 -02:00
wmayer
bab45c7d64 + Allow access to tab panel of combo view 2014-01-05 11:36:58 +01:00
wmayer
5690b9acb3 + Allow access to tab panel of combo view, fix some typos 2014-01-05 11:32:18 +01:00
wmayer
7525dc0888 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-01-05 11:26:43 +01:00
wmayer
3fe720f3bc + Replace math.h with cmath 2014-01-05 11:25:40 +01:00
Yorik van Havre
250dd00d50 Draft: allow makePoint to take a vector 2014-01-04 22:07:30 -02:00
Yorik van Havre
c16da55244 Arch: Fixes to ifc importer to make it compatible with ifcopenshell 0.4 2014-01-04 11:30:15 -02:00
wmayer
3b1513e940 + fixes #0001345: orient solids 2014-01-04 13:50:53 +01:00
wmayer
3452dc8eb4 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-01-04 12:59:35 +01:00
wmayer
fc7bea13ee + Patched applied to fix flipped arcs when adding as external geometry 2014-01-04 12:59:07 +01:00
jriegel
c643f80e89 Further implementation of Post-Processing 2014-01-03 17:30:49 +01:00
wmayer
3a4e8c55d0 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-01-02 15:33:04 +01:00
wmayer
7faaf9ce73 fixes #0001333: Extruding a shape 'MyShape' should call solid 'Extruded from MyShape' 2014-01-02 15:32:42 +01:00
jriegel
867fe3a050 Build fixes 2014-01-02 15:09:10 +01:00
Yorik van Havre
78044b95df Arch: Fixed small bug happening when opening older files 2014-01-02 11:53:55 -02:00
wmayer
6ca39c5e63 + comment out non-existing Python module in FEM workbench 2014-01-02 13:59:53 +01:00
wmayer
97d21d688e + fixes #0001334: Applying extrude does not close the task 2014-01-02 13:53:53 +01:00
Yorik van Havre
9db0d8d313 Draft: Added raulshc's patch to importDWG + minor fix 2014-01-01 19:50:39 -02:00
Yorik van Havre
257a15a5bd Drawing: Added property to set hidden line width - fixes #606 2014-01-01 14:41:39 -02:00
Yorik van Havre
74ec8b4353 Draft: bugfix in offset - fixes #270 2014-01-01 13:59:44 -02:00
Yorik van Havre
d7cba6c4b0 Arch: use unicode in task panels - fixes #1338 2014-01-01 13:39:54 -02:00
Yorik van Havre
91853a9377 Draft: Fixed bug in custom svg patterns 2014-01-01 12:20:24 -02:00
jriegel
bdb78ce9bf Start Gui for Displacement Post-Processing 2013-12-31 17:16:51 +01:00
wmayer
2e561b9106 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-12-31 14:57:21 +01:00
Jonathan Hahn
1564271840 improves airfoil import 2013-12-31 11:25:16 -02:00
blobfish
2929e35489 Expanded build control: module cmakelists changes 2013-12-31 14:14:11 +01:00
blobfish
9033997491 Expanded build control: root cmakelists changes 2013-12-31 14:14:10 +01:00
jriegel
fd62480958 Postprocessing: Color per Element at FemMesh 2013-12-31 13:52:13 +01:00
wmayer
ff77ad4cb3 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-12-31 13:26:14 +01:00
wmayer
047d7e10e1 + fixes #0001341: more visual feedback for check geometry command 2013-12-31 13:25:49 +01:00
jriegel
032d7dd2fe Finish loading Calculix result files 2013-12-31 12:41:22 +01:00
jriegel
4d6aa134e6 Read Calculix Result files (*.frd) mesh 2013-12-30 22:33:05 +01:00
jriegel
0b1dc89b01 group for Material project 2013-12-30 19:03:40 +01:00
wmayer
668f337963 + Fix typo 2013-12-30 12:57:08 +01:00
wmayer
5aa1f90dbd + Keep trailing digits when loading project file 2013-12-30 12:54:45 +01:00
wmayer
a9f3b8a09f + Use long helix function in parametric feature 2013-12-29 14:51:25 +01:00
WandererFan
62e82aca90 Add Part.makeLongHelix to work around Mantis #0954 2013-12-29 13:53:01 +01:00
wmayer
a34d88ebbb + Show horizontal scrollbar if needed 2013-12-29 13:40:44 +01:00
wmayer
e0bb1428e4 + Avoid too lenthy object names in document 2013-12-29 11:38:12 +01:00
wmayer
d94b11d255 + Fix OCC 6.7 build failure 2013-12-28 12:22:31 +01:00
wmayer
10dfc2e59e + Fix docstring for addSelection 2013-12-27 11:07:16 +01:00
Yorik van Havre
89b8033bca Arch: Added IFC export to the GUI + using new ifcopenshell for import - fixes #1005 2013-12-26 11:38:30 -02:00
wmayer
19ce34ead8 + Fix constness attribute for TopoEdge and TopoWire 2013-12-25 13:48:17 +01:00
Yorik van Havre
19e5ccf09c Draft: Added Jim's Array icon 2013-12-24 10:09:39 -02:00
wmayer
f63e91a63a fixes #0001337: Add american templates to Drawing workbench 'New Drawing' drop-down button 2013-12-24 12:39:15 +01:00