Sketcher CreateLine/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "* 从3d视图中的某个空白区域或从一个已存在对象上拾取两点(一定要激活TaskView中自动约束(auto constraints。译注:0.18版中自动约束...")
(Created page with "此工具创建的线条对象的首尾都位于用户指定的对应点处,但是对于切线(Tangent), Sketcher ConstrainPointOnObject|...")
Line 12: Line 12:
[[Image:Sketcher_LineExample1.png‎]]
[[Image:Sketcher_LineExample1.png‎]]


The created line object starts and ends at the given points, but the line is infinite regarding the constraints [[Sketcher ConstrainTangent|Tangent]], [[Sketcher ConstrainPointOnObject|Point On Object]] and [[Sketcher_ConstrainAngle|Internal Angle]].
此工具创建的线条对象的首尾都位于用户指定的对应点处,但是对于[[Sketcher ConstrainTangent|切线(Tangent)]], [[Sketcher ConstrainPointOnObject|对象上的点(Point On Object)]][[Sketcher_ConstrainAngle|内角(Internal Angle)]]约束而言,此线条却是无限长的。
这就意味着,例如,有着[[Sketcher ConstrainPointOnObject|对象上的点(Point On Object)]]约束的点可能并不位于用户指定的两点之间,但是却可能位于两点所绘线段的延长线上。
This means for example, that a point with the constraint [[Sketcher ConstrainPointOnObject|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.





Revision as of 22:42, 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视图中拾取的两个点来绘制一条线。 在开启此工具时,鼠标指针会变为具有一个红色线条图标的白色十字。侧面还会实时显示当前指针的坐标。

此工具创建的线条对象的首尾都位于用户指定的对应点处,但是对于切线(Tangent), 对象上的点(Point On Object)内角(Internal Angle)约束而言,此线条却是无限长的。 这就意味着,例如,有着对象上的点(Point On Object)约束的点可能并不位于用户指定的两点之间,但是却可能位于两点所绘线段的延长线上。


如何使用

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