Part Ellipse: Difference between revisions

From FreeCAD Documentation
(Basic 'Usage' implementation)
m (Insert basic structure)
Line 39: Line 39:
* '''Angle 1:''' start of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 0
* '''Angle 1:''' start of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 0
* '''Angle 2:''' end of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 360
* '''Angle 2:''' end of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 360


==Notes==

==Properties==

==Limitations==

==Scripting==





Revision as of 19:10, 5 February 2022

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Part Ellipse

Menu location
Part → Create primitives → Ellipse
Workbenches
Part, OpenSCAD
Default shortcut
None
Introduced in version
-
See also
Part Primitives

Description

This command will create a elliptical curved edge. With the default values, the elliptical curved edge will be closed and therefore will be an ellipse. If the properties Angle 1 or Angle 2 are changed from their default values (0 and 360) the edge will be an open curve.

Usage

  1. Switch to the Part Workbench
  2. There are several ways to invoke the command:

Properties

  • Major radius: the major radius of the ellipse, the default value is 4
  • Minor radius: the minor radius of the ellipse, the default value is 2
  • Angle 1: start of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 0
  • Angle 2: end of the edge of the ellipse or elliptical curved edge, (degrees anti-clockwise), the default value is 360


Notes

Properties

Limitations

Scripting