FreeCAD/src/Mod/Part
Abdullah Tahiri a458c3e6d2 Sketcher New Feature: Ellipse support
- Ellipse introduction button via (center,majaxis extreme, a point in edge), ellipse is always CCW so that Z axis goes in the positive direction of the sketch
- Backwards compatibility with files of previous versions of ellipse not defining a phi angle
- Art by Jim (all the icons you see and the XPMs shown on creation of an ellipse)
- Element Widget support for ellipses
- Box selection for ellipses
- Point on Ellipse constraint based on the gardener's method based on Ulrich's function proposal (radcan simplified, i.e. with simplify_radical sage function)
- Tangent: Ellipse to Line based on DeepSOIC's geometric formulation (radcan simplified)

Sketcher New Feature: Internal Alignment Constraint
- The element to which internal alignment is applied has to be selected last.
- All other elements are added in the order of priority, taking into account existing elements
- Art by Jim (beautiful icons).

Sketcher New Feature: Tool to show/hide/restore the internal geometry of an element
- New functionality for show/hide internal geometry:
  toggles between hiding all unused internal geometry elements and showing all internal geometry.
  The restore function is implicit to the showing all internal geometry

Sketcher New Feature: Arc of Ellipse support
- Part::Geometry + Python implementation
- ArcOfEllipse creation method
- Art by Jim (all the icons you see and the XPMs shown on creation of arc of ellipse elements)
- Sketcher Element widget for ArcOfEllipse.

Bug fix: Select elements associated to constraints works now for foci internal alignment constraints
2014-12-20 12:33:29 +01:00
..
App Sketcher New Feature: Ellipse support 2014-12-20 12:33:29 +01:00
Gui + fixes #0001736: Parts with multiple colors are displayed in a single bad color after hiding 2014-12-04 14:36:43 +01:00
CMakeLists.txt move build specifier in own cMake group 2014-08-03 20:53:19 +02:00
Init.py + remove crude workaround as this seems to work now 2014-07-28 18:43:11 +02:00
InitGui.py +Relicense from GPL to LGPL 2013-09-19 11:21:03 +02:00
MakeBottle.py issue #1701 removed further except: statements 2014-09-17 11:57:32 +02:00
part.dox + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
TestPartApp.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
TestPartGui.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00