Sketcher CreateLine/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "==如何使用==")
(Created page with "* 从3d视图中的某个空白区域或从一个已存在对象上拾取两点(一定要激活TaskView中自动约束(auto constraints。译注:0.18版中自动约束...")
Line 19: Line 19:




* 从3d视图中的某个空白区域或从一个已存在对象上拾取两点(一定要激活TaskView中自动约束(auto constraints。译注:0.18版中自动约束设置位于底图的首选项中))。
* Pick points on an empty area of the 3d view, or on an existing object (auto constraints must be active in TaskView).
* 按{{KEY|Esc}}键或点击鼠标右键退出此功能。
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.





Revision as of 15:57, 11 July 2019

Sketcher CreateLine

Menu location
Sketch → Sketcher geometries → Create line
Workbenches
Sketcher
Default shortcut
L
Introduced in version
-
See also
Sketcher Polyline

描述

此工具会根据在3D视图中拾取的两个点来绘制一条线。 在开启此工具时,鼠标指针会变为具有一个红色线条图标的白色十字。侧面还会实时显示当前指针的坐标。

The created line object starts and ends at the given points, but the line is infinite regarding the constraints Tangent, Point On Object and Internal Angle. This means for example, that a point with the constraint Point On Object may not be located between the two given points but can lie outside of the two points on the extension of the drawn line.


如何使用

  • 从3d视图中的某个空白区域或从一个已存在对象上拾取两点(一定要激活TaskView中自动约束(auto constraints。译注:0.18版中自动约束设置位于底图的首选项中))。
  • Esc键或点击鼠标右键退出此功能。