Draft Snap Special: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
(10 intermediate revisions by 5 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:9-->
<!--T:9-->
{{Docnav
{{docnav|[[Draft Intersection|Intersection]]|[[Draft Dimensions|Dimensions]]|[[Draft_Snap|Draft Snap]]}}
|[[Draft_Snap_Intersection|Intersection]]
|[[Draft_Snap_Dimensions|Dimensions]]
|[[Draft_Snap|Draft Snap]]
|IconL=Draft_Snap_Intersection.svg
|IconR=Draft_Snap_Dimensions.svg
|IconC=Workbench_Draft.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Draft Special
|Name=Draft Snap Special
|MenuLocation=Draft → [[Draft Snap|Snap]] → Special
|MenuLocation=Draft → Snapping → Special
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|Workbenches=[[Draft_Module|Draft]], [[Arch_Module|Arch]]
|SeeAlso=[[Draft Snap]], [[Draft ToggleSnap]]
|Version=0.17
|Version=0.17
|SeeAlso=[[Draft_Snap|Draft Snap]], [[Draft_Snap_Lock|Draft ToggleSnap]]
}}
}}


== Description == <!--T:2-->
== Description == <!--T:12-->

This method snaps to the special location points defined by a particular object, such as an [[Arch Wall]].
<!--T:2-->
This method snaps to the special location points defined by a particular object, such as an [[Image:Arch_Wall.svg|24px]] [[Arch_Wall|Arch Wall]].


</translate>
</translate>
[[Image:Draft Snap Special.png|400px]]
[[Image:Draft_Snap_Special_example.png|400px]]
<translate>
<translate>
<!--T:4-->
<!--T:4-->
{{Caption|Snapping the second point of a line to the special point of an Arch Wall, which is the vertex of its base wire}}
{{Caption|Snapping the second point of a line to the special point of an [[Image:Arch_Wall.svg|24px]] [[Arch Wall]], which is the vertex of its base wire}}


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


<!--T:6-->
<!--T:6-->
# Make sure {{Button|[[Image:Snap_Lock.svg|16px]] [[Draft ToggleSnap|Draft ToggleSnap]]}} and {{Button|[[Image:Snap_Special.svg|16px]] [[Draft Special|Snap Special]]}} are turned on.
# Make sure {{Button|[[Image:Draft_Snap_Lock.svg|16px]] [[Draft_Snap_Lock|Draft ToggleSnap]]}} and {{Button|[[Image:Draft_Snap_Special.svg|16px]] [[Draft_Snap_Special|Snap Special]]}} are turned on.
# Choose a Draft tool to draw a shape.
# Choose a Draft tool to draw a shape.
# Move the cursor over a special object, such as an [[Arch Wall]].
# Move the cursor over a special object, such as an [[Image:Arch_Wall.svg|24px]] [[Arch Wall]].
# A small white circle will indicate the special point to which your new point will be attached.
# A small white circle will indicate the special point to which your new point will be attached.
# Click to attach your new point.
# Click to attach your new point.


=== Notes === <!--T:7-->
== Notes == <!--T:7-->
The special points that serve as snapping points depend entirely on the object; these could be:
The special points that serve as snapping points depend entirely on the object; these could be:
* Vertices of base lines of [[Arch Wall|Arch Walls]].
* Vertices of base lines of [[Image:Arch_Wall.svg|24px]] [[Arch_Wall|Arch Walls]].
* Base points of [[Arch Structure|Arch Structures]].
* Base points of [[Image:Arch_Structure.svg|24px]] [[Arch_Structure|Arch Structures]].
* SnapPoints of [[Arch Equipment|Arch Equipments]].
* SnapPoints of [[Image:Arch_Equipment.svg|24px]] [[Arch_Equipment|Arch Equipment]].
* Any point defined in the {{incode|SnapPoints}} attribute of an object, if it exists. The vectors defined in the {{incode|SnapPoints}} attribute (a {{incode|VectorList}} property) are transformed together with the object placement before snapping.
* Any point defined in the {{incode|SnapPoints}} attribute of an object, if it exists. The vectors defined in the {{incode|SnapPoints}} attribute (a {{incode|VectorList}} property) are transformed together with the object placement before snapping.


<!--T:8-->
<!--T:8-->
{{Docnav
{{docnav|[[Draft Intersection|Intersection]]|[[Draft Dimensions|Dimensions]]|[[Draft_Snap|Draft Snap]]}}
|[[Draft_Snap_Intersection|Intersection]]
{{Draft Tools navi}}
|[[Draft_Snap_Dimensions|Dimensions]]
{{Userdocnavi}}
|[[Draft_Snap|Draft Snap]]
|IconL=Draft_Snap_Intersection.svg
|IconR=Draft_Snap_Dimensions.svg
|IconC=Workbench_Draft.svg
}}

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

Revision as of 16:38, 29 November 2020

Draft Snap Special

Menu location
Draft → Snapping → Special
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
0.17
See also
Draft Snap, Draft ToggleSnap

Description

This method snaps to the special location points defined by a particular object, such as an Arch Wall.

Snapping the second point of a line to the special point of an Arch Wall, which is the vertex of its base wire

Usage

  1. Make sure Draft ToggleSnap and Snap Special are turned on.
  2. Choose a Draft tool to draw a shape.
  3. Move the cursor over a special object, such as an Arch Wall.
  4. A small white circle will indicate the special point to which your new point will be attached.
  5. Click to attach your new point.

Notes

The special points that serve as snapping points depend entirely on the object; these could be:

  • Vertices of base lines of Arch Walls.
  • Base points of Arch Structures.
  • SnapPoints of Arch Equipment.
  • Any point defined in the SnapPoints attribute of an object, if it exists. The vectors defined in the SnapPoints attribute (a VectorList property) are transformed together with the object placement before snapping.