Commit Graph

4720 Commits

Author SHA1 Message Date
wmayer
e18cf373fc + remove platform check 2015-03-30 16:36:40 +02:00
wmayer
02c58ca564 FEM: improve Abaqus syntax highlighter 2015-03-30 15:28:08 +02:00
wmayer
5f04c6e882 + FEM: get nodes by vertex 2015-03-30 11:45:35 +02:00
wmayer
0ad627b06d + choose consistent C++ and Python method names
+ fix typos
+fix whitespaces
2015-03-30 10:42:14 +02:00
Bernd Hahnebach
d2888e6c28 Fem: add Support for loads and supports on edges to CalculiX file 2015-03-30 10:24:38 +02:00
Bernd Hahnebach
36a5014364 Fem: added Support for more than one Force- and FixedObject in CalculiX file 2015-03-30 10:23:42 +02:00
wmayer
968fdf6a34 + fixes #0002029: VRML inline ignored 2015-03-30 02:23:49 +02:00
wmayer
146b4ed2d7 + fixes #0002029: VRML inline ignored 2015-03-29 23:35:39 +02:00
wmayer
2adc56cb14 + syntax highlighter for Abaqus, show short filename on tabs 2015-03-28 21:50:01 +01:00
Przemo Firszt
48bd90feec + FEM: Use existing internal editor for inp files 2015-03-28 19:33:11 +01:00
wmayer
139c1b32dc Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-03-28 17:40:36 +01:00
DeepSOIC
e6931f22ed Sketcher: bugfix: disallow opening when geometry types changed 2015-03-28 17:35:10 +01:00
DeepSOIC
e4716e0e29 Sketcher: small asserts cleanup 2015-03-28 17:35:10 +01:00
DeepSOIC
51eab4cd14 Sketcher: add checks for null pointers
Made throws on null pointers.
2015-03-28 17:35:10 +01:00
DeepSOIC
0a83b2460c Sketcher: fix repr string for symmetric constr. 2015-03-28 17:19:37 +01:00
wmayer
d15f0d5317 + fix gcc build failure 2015-03-28 16:35:27 +01:00
wmayer
9751d36fae + fixes #0002029: VRML inline ignored 2015-03-28 14:51:03 +01:00
wmayer
80956aef8d + fixes #0002029: VRML inline ignored 2015-03-27 16:42:14 +01:00
Bernd Hahnebach
dfb16f8b0a Fem: fix: system() is evaluated instead of calling it 2015-03-26 19:38:10 +01:00
wmayer
7e2e452f50 + disable lighting effect of axis cross 2015-03-23 21:08:28 +01:00
wmayer
2e9423fd11 + re-enable check for active window for spaceball events 2015-03-23 19:44:04 +01:00
blobfish
06a34cc3ec Part: ModelRefine: catch bspline isEqual exception 2015-03-22 18:43:39 +01:00
wmayer
897591f765 + add methods to get GProps from curves and surfaces 2015-03-22 18:39:49 +01:00
wmayer
f6e36c49fd Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-03-22 12:13:14 +01:00
wmayer
f8062bf464 + check if directory exists when trying to save image 2015-03-22 12:12:42 +01:00
Yorik van Havre
ad72c1195d Better PDF generation script 2015-03-21 17:45:08 -03:00
wmayer
46cdf7aa3b Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-03-21 19:56:00 +01:00
Sebastian Hoogen
7cc178adf5 add angularDeflection property to ViewProvider
issue #1868
2015-03-21 19:27:43 +01:00
Yorik van Havre
83b060dffd Draft: Fixed children being moved together with section planes 2015-03-21 13:23:23 -03:00
wmayer
4b9264e208 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-03-21 16:57:36 +01:00
Yorik van Havre
32aa7af1ff Drawing: Added SVG pattern generation module 2015-03-21 12:08:05 -03:00
Yorik van Havre
d49a29b73f Arch: Added clickable links in IFC explorer 2015-03-21 12:08:05 -03:00
Yorik van Havre
9c8d3bd4cf Arch: Added more properties needed for green buildings 2015-03-21 12:08:05 -03:00
Yorik van Havre
a2aaf1b37d Draft: Fixed arc direction in SVG projections 2015-03-21 12:08:05 -03:00
Yorik van Havre
fb5b578138 Arch: Enabled section filling in Arch drawing views 2015-03-21 12:08:05 -03:00
Yorik van Havre
83c73abaf7 Arch: Allow section planes to clip the 3D view 2015-03-21 12:08:05 -03:00
Yorik van Havre
230f11e323 Arch: added space types 2015-03-21 12:08:05 -03:00
Yorik van Havre
bf9854e17a Arch: added bimserver and git utilities 2015-03-21 12:08:05 -03:00
Ian Rees
55862bfe11 Warn user if they cascade/tile windows on Mac 2015-03-21 15:59:44 +01:00
Ian Rees
c61c49eb1f Doxygen ignore _rc.py files 2015-03-21 15:55:48 +01:00
Sebastian Hoogen
a12894cfa7 test for default color from preferences in OpenSCAD/Explode command 2015-03-21 13:29:33 +01:00
Sebastian Hoogen
81a2547a8c improvements in exportDRAWEXE
fix Draft._clone output
export Shape2DViews
export Part::MultiFuse with single boolean operation like done in c2ce8f5eba
make DRAWEXE ouput more readable
* omit unessary parameters of spheres, cylinders, cones and tori
* denormalize the rotation axis in placements
* use the extension .tcl for the output
2015-03-21 13:29:32 +01:00
Sebastian Hoogen
ba0f2a765c document the convention used for Euler angles (XY'Z'')
in the Placement dialog and the docstrings of the Rotation python class.
fixes #2007
2015-03-21 13:29:32 +01:00
Sebastian Hoogen
d56425e60b use shape.proximity(s) to test for overlapping faces in CSG import 2015-03-21 13:29:31 +01:00
Sebastian Hoogen
b9bcda349f add shape.proximity(shape) 2015-03-21 13:29:30 +01:00
Sebastian Hoogen
63f1dc0e5e set FileName property to transient
in order no to leak information in the FCStd file
2015-03-21 13:29:29 +01:00
wmayer
d9322b38cb + fix layout in DlgReportView page 2015-03-21 13:00:57 +01:00
Przemo Firszt
86f8fafea9 FEM: Add description to massage about CalculiX binary
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-03-21 12:04:11 +01:00
Przemo Firszt
f9dc0bb77e FEM: Add printCalculiXstdout function
That non-critical part was quite often silently crashing with
UnicodeDecodeError and as a side effect FreeCAD wasn't loading perfectly
valid CalculiX result file. In long run that function should be replaced
with a write-to-log counterpart and the CalculiX stdout should be shown
to the user only upon request.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-03-21 12:03:56 +01:00
Przemo Firszt
f5afc689ae FEM: Add function to show CalculiX state changes
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-03-21 12:03:43 +01:00