Draft Arc/sv


Draft Arc.png Draft Arc

Menyplacering
Draft -> Arc
Arbetsbänk(ar)
Draft, Arch
Standard genväg
A R
Se även
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

Bruk

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/sv&oldid=136007"

Navigation menu