Draft Snap Special: Difference between revisions

From FreeCAD Documentation
(New description and image)
(→‎How to use: Notes on which special points could be considered)
Line 15: Line 15:


== How to use ==
== How to use ==
These include:


# 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.
<!--T:3-->
# Choose a Draft tool to draw a shape.
* Vertices of base lines of [[Arch Wall|Arch Walls]]
# Move the cursor over a special object, such as an [[Arch Wall]].
* Base points of [[Arch Structure|Arch Structures]]
# A small white circle will indicate the special point to which your new point will be attached.
* Any point defined in the '''Snap Points''' property of objects, if existing (Currently only [[Arch Equipment|Arch Equipments]] have such property). The 3D vectors defined in the SnapPoints property (a VectorList property) are transformed together with the object placement before snapping.
# 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 Wall|Arch Walls]].
* Base points of [[Arch Structure|Arch Structures]].
* SnapPoints of [[Arch Equipment|Arch Equipments]].
* 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.


</translate>
</translate>

Revision as of 03:42, 23 November 2018

Draft Special

Menu location
Draft → Snap → Special
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
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 base wire of an Arch Wall

How to use

  1. Make sure File:Snap Lock.svg Draft ToggleSnap and File:Snap Special.svg 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 Equipments.
  • 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.