Sketcher CreateLine/pt: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CreateArc|Arc]]
|[[Sketcher_CompCreateArc|Create arc]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePoint.svg
|IconL=Sketcher_CreatePoint.svg
|IconR=Sketcher_CompCreateArc.png
|IconR=Sketcher_CreateArc.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
Line 15: Line 16:
<span id="Description"></span>
<span id="Description"></span>
==Descrição==
==Descrição==



This tool draws a line by picking two points in the [[3D_view|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.
This tool draws a line by picking two points in the [[3D_view|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.
Line 22: Line 22:


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.
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.



==Usage==
==Usage==



* Pick points on an empty area of the 3d view, or on an existing object (auto constraints must be active in [[Task_panel|Task panel]]).
* Pick points on an empty area of the 3d view, or on an existing object (auto constraints must be active in [[Task_panel|Task panel]]).
Line 33: Line 31:
{{Docnav
{{Docnav
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CreatePoint|Point]]
|[[Sketcher_CreateArc|Arc]]
|[[Sketcher_CompCreateArc|Create arc]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePoint.svg
|IconL=Sketcher_CreatePoint.svg
|IconR=Sketcher_CompCreateArc.png
|IconR=Sketcher_CreateArc.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
Line 42: Line 40:
{{Sketcher Tools navi{{#translation:}}}}
{{Sketcher Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:01, 2 January 2024

Sketcher Line

Localização do menu
Sketch → Sketcher geometries → Create line
Bancadas de trabalho
Sketcher
Atalho padrão
L
Introduzido na versão
-
Veja também
Sketcher Polyline

Descrição

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 Task panel).
  • Pressing Esc or clicking the right mouse button cancels the function.