Draft Arc 3Points

From FreeCAD Documentation
Revision as of 03:06, 14 September 2019 by Vocx (talk | contribs) (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.)

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 line of the circumference; the center and radius are calculated from these three points. It uses the Draft Linestyle set on the Draft Tray.

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

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.