Draft Snap Special/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:
|[[Draft_Snap|Draft Snap]]
|[[Draft_Snap|Draft Snap]]
|IconL=Draft_Snap_Intersection.svg
|IconL=Draft_Snap_Intersection.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Snap_Dimensions.svg
|IconR=Draft_Snap_Dimensions.svg
|IconC=Workbench_Draft.svg
}}
}}


Line 21: Line 21:
== Description ==
== Description ==


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


[[Image:Draft Snap Special.png|400px]]
[[Image:Draft_Snap_Special_example.png|400px]]
{{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}}
{{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}}


Line 36: Line 36:
== Notes ==
== Notes ==
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 [[Image:Arch_Wall.svg|24px]] [[Arch Wall|Arch Walls]].
* Vertices of base lines of [[Image:Arch_Wall.svg|24px]] [[Arch_Wall|Arch Walls]].
* Base points of [[Image:Arch_Structure.svg|24px]] [[Arch Structure|Arch Structures]].
* Base points of [[Image:Arch_Structure.svg|24px]] [[Arch_Structure|Arch Structures]].
* SnapPoints of [[Image:Arch_Equipment.svg|24px]] [[Arch Equipment|Arch Equipment]].
* 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.


Line 46: Line 46:
|[[Draft_Snap|Draft Snap]]
|[[Draft_Snap|Draft Snap]]
|IconL=Draft_Snap_Intersection.svg
|IconL=Draft_Snap_Intersection.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Snap_Dimensions.svg
|IconR=Draft_Snap_Dimensions.svg
|IconC=Workbench_Draft.svg
}}
}}



Revision as of 14:52, 1 December 2020

Draft Special

Системное название
Draft Special
Расположение в меню
Черчение → Привязка → Special
Верстаки
Draft, Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

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.