Commit Graph

2705 Commits

Author SHA1 Message Date
wmayer
2e43fe24fc Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-07 02:17:04 +01:00
wmayer
af1e6fb1ec + Advanced options for different meshing algorithms 2013-11-07 02:16:33 +01:00
Yorik van Havre
4c500237db Updated links to the new forum 2013-11-06 19:32:45 -02:00
wmayer
71f2a7431c + Create finer meshes with netgen by bisecting 2013-11-06 17:50:57 +01:00
wmayer
00d91a5754 + Implement box highlighting for view providers using SoFCSelection 2013-11-06 13:40:41 +01:00
wmayer
44102e1c98 + Fix build failure 2013-11-05 21:08:23 +01:00
wmayer
e9c4c44b67 + fixes #0001292 2013-11-05 18:51:40 +01:00
wmayer
ca7257feb1 + Implement persistence of GeomEllipse 2013-11-05 12:52:20 +01:00
wmayer
4d653a2f17 + Fix curve and surface property methods of topo edge and face 2013-11-05 12:16:57 +01:00
Yorik van Havre
37f6fcf6d8 Updated links to the new bugtracker location 2013-11-04 17:07:35 -02:00
Yorik van Havre
e888e4f6b3 Drawing: Symbol command
A new symbol command and Drawing::FeatureViewSymbol object allow to
load the contents of an external svg file and place it as a symbol
on a Drawing page. This symbol can then be moved and rescaled.
2013-11-01 19:12:09 -02:00
wmayer
540cb3cbe1 + Add missing include 2013-10-31 10:33:00 +01:00
wmayer
11ac61583d + Fix build failure with >= OCC 6.5.2 2013-10-31 08:58:04 +01:00
wmayer
9e3a8e0f7c 0001290: Add spiral tool in Part Module 2013-10-30 14:48:42 +01:00
wmayer
ef7418b642 Set explicitly trackball as default orbit style 2013-10-30 10:34:09 +01:00
wmayer
ce0999766b 0001291: plane offset precision is limited to 0.1 2013-10-30 10:28:50 +01:00
Yorik van Havre
b442465960 Arch: Added some preferences options to the MeshToShape command 2013-10-28 17:25:40 -02:00
Yorik van Havre
56c44b724a Draft: Small fix in Shape2Dview object 2013-10-28 13:22:57 -02:00
wmayer
65d8e5d9ba 0001022: BRepPrimAPI_MakeRevolution vs BRepPrimAPI_MakeRevol 2013-10-28 15:06:29 +01:00
wmayer
54bd859753 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-10-28 14:14:36 +01:00
wmayer
6d68286886 0001031: PropertyLinkSubList causes crash 2013-10-28 14:14:11 +01:00
Sebastian Hoogen
7d37ad6692 bugfix in OpenSCADUtils.callopenscad()
it did not return any result if outputfilename was given
reported by Keith Sloan
2013-10-28 06:44:08 +01:00
Sebastian Hoogen
821dd8a1c6 use a python feature for unsupported operations 2013-10-28 06:33:40 +01:00
Sebastian Hoogen
1eafbcd490 OpenSCAD encode text as utf8 2013-10-28 06:33:39 +01:00
Yorik van Havre
55e4aef796 0001287: Bug in draft snapping 2013-10-27 21:26:10 -02:00
Yorik van Havre
c27be9eb41 Arch: small fix in getShapeFromMesh 2013-10-27 15:45:57 -02:00
Yorik van Havre
2de4d5e76b 0001277: Allow to use RaySegment object in Raytracing projects 2013-10-27 14:32:47 -02:00
wmayer
a4b51145f2 0000895: Part.BSplineCurve: allow to set degree and mutliplicites when calling constructor. 2013-10-27 12:56:05 +01:00
wmayer
8aac094b06 + Selection handling of Python view providers 2013-10-26 22:15:20 +02:00
wmayer
d761e01511 + Selection handling of Python view providers 2013-10-26 19:52:22 +02:00
Sebastian Hoogen
8a703d28ce 0000895: Part.BSplineCurve: allow to set degree and mutliplicites when calling constructor.
Adds the functions:
Part.BSplineCurve.buildFromPolesMultsKnots()
Part.BSplineSurface.buildFromPolesMultsKnots()
2013-10-26 10:46:43 +02:00
wmayer
3cf9e20342 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-10-26 09:54:53 +02:00
wmayer
ed110ee365 + Disable downloading coin.tag file if doc package is not installed 2013-10-26 09:54:25 +02:00
Yorik van Havre
34b75670d2 Draft: applying workaround for pivy SoInput.setBuffer bug to draft splines 2013-10-25 17:41:48 -02:00
wmayer
4c005e4602 + Interface for selection of Python view providers 2013-10-25 15:07:39 +02:00
wmayer
724dc0e8b8 + Apply fix on BSplineCurvePy::interpolate 2013-10-25 10:56:45 +02:00
wmayer
cca672d1e6 + Attribute to get continuity of curve 2013-10-24 18:11:24 +02:00
wmayer
a6b71c58dd + Method to convert any curve into B-Spline 2013-10-24 17:30:38 +02:00
wmayer
39f450ea3b 0000358: BSpline curves not closing correctly 2013-10-24 16:18:03 +02:00
wmayer
431f744958 0001285: update doc 2013-10-23 17:22:07 +02:00
wmayer
a264063a60 Improve showing control points of splines 2013-10-23 15:16:49 +02:00
wmayer
10a171bb2e Fix cmake file 2013-10-23 15:15:37 +02:00
wmayer
3cd69c46d4 + Special view provider to display splines 2013-10-22 17:56:24 +02:00
wmayer
201042692d 0001278: No build possible with current CMake version 2.8.12 2013-10-22 10:33:18 +02:00
Yorik van Havre
ae42d66234 Draft: Shape2Dview now takes groups as input 2013-10-21 15:15:37 -02:00
Yorik van Havre
1f7f301eb5 Draft: workaround for pivy SoInput.setBuffer bug 2013-10-21 11:32:36 -02:00
wmayer
8daa85851b + Save selected image format for pictures 2013-10-21 13:01:38 +02:00
wmayer
00d46af3e1 0001246: Constraint datum dimension label shown as gray box vice number in transparent background. 2013-10-21 10:05:23 +02:00
Yorik van Havre
a2342d296a 0001279: Wrong operator in DraftGeomUtils.getRotation 2013-10-18 18:31:53 -03:00
Yorik van Havre
cee10c0493 0000893: Draft upgrade 2013-10-18 18:20:13 -03:00