Draft Arc 3Points/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "==描述==")
(Created page with "底图三圆周点绘弧工具通过输入4个点:中点、半径、第一个点、最后一点,或拾取的切线,或上述若干组合,在当...")
Line 16: Line 16:
==描述==
==描述==


[[Draft Arc 3Points|底图三圆周点绘弧]]工具通过输入4个点:中点、半径、第一个点、最后一点,或拾取的切线,或上述若干组合,在当前的[[Draft SelectPlane|工作平面]]上创建一条圆弧。它将根据[[Draft Tray]]中的[[Draft Linestyle]]设置来创建对应圆弧。
The [[Draft Arc 3Points|Arc 3Points]] tool creates a circular arc in the current [[Draft SelectPlane|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 uses the [[Draft Linestyle]] set on the [[Draft Tray]].





Revision as of 03:04, 28 July 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

描述

底图三圆周点绘弧工具通过输入4个点:中点、半径、第一个点、最后一点,或拾取的切线,或上述若干组合,在当前的工作平面上创建一条圆弧。它将根据Draft Tray中的Draft Linestyle设置来创建对应圆弧。


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 enter a radius value.
  4. Click a third point in the 3D view, or enter a start angle.


Options

Properties

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

Data

View

Scripting

See also: Draft API and FreeCAD Scripting Basics.