Sketcher CreateLine: Difference between revisions

From FreeCAD Documentation
(Add inifinty of lines regarding certain constraints)
No edit summary
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:8-->
{{Docnav
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CompCreateArc|Create an arc]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePoint.svg
|IconC=Workbench_Sketcher.svg
|IconR=Sketcher_CompCreateArc.png
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Sketcher CreateLine|Workbenches=[[Sketcher Workbench|Sketcher]]|MenuLocation=Sketch → Sketcher geometries → Create line|Shortcut=L|SeeAlso=[[Sketcher CreatePolyline|Sketcher Polyline]]}}
|Name=Sketcher CreateLine
|Workbenches=[[Sketcher Workbench|Sketcher]]
|MenuLocation=Sketch → Sketcher geometries → Create line
|Shortcut=L
|SeeAlso=[[Sketcher CreatePolyline|Sketcher Polyline]]
}}


==Description== <!--T:2-->
==Description== <!--T:2-->
Line 16: Line 31:
<translate>
<translate>


<!--T:6-->
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]].
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]].
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.
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.




==How to use== <!--T:4-->
==Usage== <!--T:4-->




Line 27: Line 43:
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.



<!--T:9-->
{{Docnav
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CompCreateArc|Create an arc]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePoint.svg
|IconC=Workbench_Sketcher.svg
|IconR=Sketcher_CompCreateArc.png
}}


</translate>
</translate>
{{Sketcher Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 19:48, 29 March 2020

Sketcher CreateLine

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

Description

This tool draws a line by picking two points in the 3D view. When starting the tool, the mouse pointer changes to a white cross with a red line icon. Besides are coordinates shown in real time.

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.


Usage

  • Pick points on an empty area of the 3d view, or on an existing object (auto constraints must be active in TaskView).
  • Pressing Esc or clicking the right mouse button cancels the function.