Draft Ellipse/en


Draft Ellipse.png Draft Ellipse

Menu location
Draft → Ellipse
Workbenches
Draft, Arch
Default shortcut
E L
See also
Draft Circle


Description

The Ellipse tool creates an ellipse in the current work plane by entering two points, defining the corner of a rectangular box in which the ellipse will fit. It takes the linewidth and color previously set on the Tasks tab.

Draft ellipse example.jpg

How to use

  1. Press the Draft Ellipse.png Draft Ellipse button, or press E then L keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click a second point on the 3D view, or type a coordinate

Options

Properties

See also Draft Pattern page.

Scripting

The Ellipse tool can by used in macros and from the python console by using the following function:

makeEllipse (majorradius, minorradius, [placement], [facemode]) 

Example:

import Draft
myEllipse = Draft.makeEllipse(4,2) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Ellipse/en&oldid=274740"

Navigation menu