Draft Snap: Difference between revisions

From FreeCAD Documentation
(Promote section from H3 to H2)
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 14: Line 14:
{{GuiCommand
{{GuiCommand
|Name=Draft Snap
|Name=Draft Snap
|Empty=1
|MenuLocation=View → Toolbars → Draft Snap
|MenuLocation=View → Toolbars → Draft Snap
|Workbenches=[[Draft_Module|Draft]], [[Arch_Module|Arch]]
|Workbenches=[[Draft_Module|Draft]], [[Arch_Module|Arch]]
|Version=
|SeeAlso=
|SeeAlso=
}}
}}
Line 27: Line 25:


<!--T:1-->
<!--T:1-->
The [[Image:Workbench_Draft.svg|24px]] [[Draft Module|Draft Workbench]] tools allow you to pick points and distances by clicking on the [[3D_view|3D view]] with the pointer, or by entering [[Draft_Coordinates|Draft Coordinates]] in the [[task_panel|task panel]] of the tool.
The [[Image:Workbench_Draft.svg|24px]] [[Draft_Module|Draft Workbench]] tools allow you to pick points and distances by clicking on the [[3D_view|3D view]] with the pointer, or by entering [[Draft_Coordinates|Draft Coordinates]] in the [[Task_panel|task panel]] of the tool.


<!--T:8-->
<!--T:8-->
Line 44: Line 42:


<!--T:19-->
<!--T:19-->
* [[Image:Draft_ToggleSnap.svg|32px]] [[Draft_Snap_Lock|Toggle snap]]: toggles [[Draft Snap|object snapping]] globally on or off.
* [[Image:Draft_ToggleSnap.svg|32px]] [[Draft_Snap_Lock|Toggle snap]]: toggles [[Draft_Snap|object snapping]] globally on or off.
* [[Image:Snap_Endpoint.svg|32px]] [[Draft_Snap_Endpoint|Endpoint]]: snaps to the endpoints of line, arc and spline segments.
* [[Image:Snap_Endpoint.svg|32px]] [[Draft_Snap_Endpoint|Endpoint]]: snaps to the endpoints of line, arc and spline segments.
* [[Image:Snap_Midpoint.svg|32px]] [[Draft_Snap_Midpoint|Midpoint]]: snaps to the middle point of line and arc segments.
* [[Image:Snap_Midpoint.svg|32px]] [[Draft_Snap_Midpoint|Midpoint]]: snaps to the middle point of line and arc segments.
Line 68: Line 66:
* Press {{KEY|Q}} while drawing to insert a "hold point" at the current location of the cursor. You will then be able to snap orthogonally to these hold points, and at the intersections of their orthogonal axes. If [[Draft_Snap_Midpoint|Draft Midpoint]] snapping is enabled, you will also be able to snap at the mid distance between any two hold points. {{Version|0.17}}
* Press {{KEY|Q}} while drawing to insert a "hold point" at the current location of the cursor. You will then be able to snap orthogonally to these hold points, and at the intersections of their orthogonal axes. If [[Draft_Snap_Midpoint|Draft Midpoint]] snapping is enabled, you will also be able to snap at the mid distance between any two hold points. {{Version|0.17}}


== Options == <!--T:18-->
== Preferences == <!--T:18-->


<!--T:4-->
<!--T:4-->
The maximum distance at which a point is considered a snapping point is specified in the [[Draft_Preferences|Draft Preferences]], and can also be changed on-the-fly by pressing {{KEY|[}} (increase) or {{KEY|]}} (decrease) keys. Keys can be customized at {{MenuCommand|EditPreferences... → DraftUser interface settingsIn-Command Shortcuts}}.
* The maximum distance at which a point is considered a snapping point can be changed on-the-fly by pressing {{KEY|[}} (increase) or {{KEY|]}} (decrease) keys. This setting is stored: {{MenuCommand|ToolsEdit parameters... → BaseAppPreferences ModDraft → snapRange}}.
* The mentioned keys can be customized in the [[Draft_Preferences|Draft Preferences]]: {{MenuCommand|Edit → Preferences... → Draft → User interface settings → In-Command Shortcuts}}.


== Notes == <!--T:21-->
== Notes == <!--T:21-->

Revision as of 19:29, 24 February 2021

Draft Snap

Menu location
View → Toolbars → Draft Snap
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
None

Description

The Draft Workbench tools allow you to pick points and distances by clicking on the 3D view with the pointer, or by entering Draft Coordinates in the task panel of the tool.

Another way of selecting points is by snapping. Snapping means "gluing" your next point onto an existing point or feature of another object.

Snapping is available with most Draft and Arch Workbench tools, and can be enabled and disabled globally with the File:Draft ToggleSnap.svg Toggle snap button, located in the snap toolbar: View → Toolbars → Draft Snap.

Line snapping perpendicularly to another line

Draft Snap toolbar

Advanced snapping

  • Additional snap locations can be obtained by combining two snapping methods, such as Draft Ortho and Draft Extension, that will give you a snap point at the intersection of their imaginary lines.
  • Other snap locations can be obtained by using Draft Constrains, that is, by holding Shift or pressing X, Y or Z while drawing.
  • Press Q while drawing to insert a "hold point" at the current location of the cursor. You will then be able to snap orthogonally to these hold points, and at the intersections of their orthogonal axes. If Draft Midpoint snapping is enabled, you will also be able to snap at the mid distance between any two hold points. introduced in version 0.17

Preferences

  • The maximum distance at which a point is considered a snapping point can be changed on-the-fly by pressing [ (increase) or ] (decrease) keys. This setting is stored: Tools → Edit parameters... → BaseApp → Preferences → Mod → Draft → snapRange.
  • The mentioned keys can be customized in the Draft Preferences: Edit → Preferences... → Draft → User interface settings → In-Command Shortcuts.

Notes

  • It is advisable to only activate the snap methods you really need. Activating too many can slow things down.
  • It is not a good idea to have Near snap permanently active.