Draft Arc/tr


Draft Arc.png Draft Arc

Menü konumu
Draft -> Arc
Workbenches
Draft, Arch
Varsayılan kısayol
A R
Ayrıca bkz
Draft Circle


Description

The Arc tool creates an arc in the current work plane by entering four points, the center, the radius, the first point and the last point, or by picking tangents, or any combination of those. It takes the linewidth and color previously set on the Tasks tab. This tool works the same way as the Draft Circle tool, but adds start and end angles.

Draft Arc example.jpg

How to use

  1. Press the Draft Arc.png Draft Arc button, or press A then R keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click a second point on the 3D view, or enter a radius value
  4. Click a third point in the 3D view, or enter a start angle
  5. Click a fourth point in the 3D View, or enter an end ange

Options

Properties

Scripting

The Circle tool can also be used to create arcs in macros and from the python console by using the following function, giving it additional arguments:

makeCircle (radius, [placement], [facemode], [startangle], [endangle]) 

Example:

import Draft
myArc = Draft.makeCircle(2,startangle=0,endangle=90) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Arc/tr&oldid=136008"

Navigation menu