|
Menu location |
---|
Draft → Arc |
Workbenches |
Draft, Arch |
Default shortcut |
A R |
See also |
Draft Circle |
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.
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)