Draft Arc 3Points: Difference between revisions

From FreeCAD Documentation
(See the options in Draft Arc.)
(You can also approximate a circular arc by using the Draft BSpline, Draft BezCurve, and Draft CubicBezCurve tools.)
Line 20: Line 20:


<!--T:4-->
<!--T:4-->
The [[Draft Arc 3Points|Arc 3Points]] tool creates a circular arc in the current [[Draft SelectPlane|work plane]] by entering three points that line of the circumference; the center and radius are calculated from these three points. It uses the [[Draft Linestyle|Draft Linestyle]] set on the [[Draft Tray|Draft Tray]].
The [[Draft Arc 3Points|Arc 3Points]] tool creates a circular arc in the current [[Draft SelectPlane|work plane]] by entering three points that lie on the circumference; the center and radius are determined from these three points. It uses the [[Draft Linestyle|Draft Linestyle]] set on the [[Draft Tray|Draft Tray]].

Use the [[Draft Arc|Draft Arc]] tool to create a circular arc by specifying the center, the radius, and the start and end angles. To draw an elliptical arc use [[Draft Ellipse|Draft Ellipse]]. You can also approximate a circular arc by using the [[Draft BSpline|Draft BSpline]], [[Draft BezCurve|Draft BezCurve]], and [[Draft CubicBezCurve|Draft CubicBezCurve]] tools.


</translate>
</translate>

Revision as of 03:34, 14 September 2019

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.


Draft Arc 3Points

Menu location
Draft → Arc 3 points
Workbenches
Draft, Arch
Default shortcut
A T
Introduced in version
0.19
See also
Draft Circle, Draft Ellipse

Description

The Arc 3Points tool creates a circular arc in the current work plane by entering three points that lie on the circumference; the center and radius are determined from these three points. It uses the Draft Linestyle set on the Draft Tray.

Use the Draft Arc tool to create a circular arc by specifying the center, the radius, and the start and end angles. To draw an elliptical arc use Draft Ellipse. You can also approximate a circular arc by using the Draft BSpline, Draft BezCurve, and Draft CubicBezCurve tools.

Arc defined by three points lying on a circumference

How to use

  1. Press the Draft Arc 3Points button, or press A then T keys.
  2. Click a first point on the 3D view, or type a coordinate and press the add point button.
  3. Click a second point on the 3D view, or type a coordinate and press the add point button.
  4. Click a third point in the 3D view, or type a coordinate and press the add point button.
  5. The arc will be created after the third point is given.

Options

See the options in Draft Arc.

Properties

An Arc object shares all properties from a Draft Circle, but some properties only make sense for the circle. See Draft Arc for more information.

Scripting

See also: Draft API and FreeCAD Scripting Basics.

There is no specific function to create an arc by three points.

To create an arc use the same function to create circles, with additional arguments. See the information in Draft Arc and Draft Circle.