TechDraw 2PointCosmeticLine/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[TechDraw_2PointCenterLine/ru|Добавить осевую линию между 2 точками]]
|[[TechDraw_2PointCenterLine/ru|Добавить осевую линию между 2 точками]]
Line 9: Line 10:
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Добавить вспомогательную линию между 2-мя точками
|Name/ru=Добавить вспомогательную линию между 2-мя точками
Line 18: Line 21:
|SeeAlso=[[TechDraw_FaceCenterLine/ru|Добавить осевую линию к граням]], [[TechDraw_2LineCenterLine/ru|Добавить осевую линию между 2 линиями]]
|SeeAlso=[[TechDraw_FaceCenterLine/ru|Добавить осевую линию к граням]], [[TechDraw_2LineCenterLine/ru|Добавить осевую линию между 2 линиями]]
}}
}}
</div>


<span id="Description"></span>
<span id="Description"></span>
Line 57: Line 61:
==Notes==
==Notes==


* To delete a cosmetic line use [[Image:TechDraw_CosmeticEraser.svg|16px]] [[TechDraw_CosmeticEraser|TechDraw CosmeticEraser]].
* To delete a cosmetic line select it and press {{KEY|Delete}}. {{Version|0.22}}
* To change the appearance of a cosmetic line use [[Image:TechDraw_DecorateLine.svg|16px]] [[TechDraw_DecorateLine|TechDraw DecorateLine]].
* To change the appearance of a cosmetic line use [[Image:TechDraw_DecorateLine.svg|16px]] [[TechDraw_DecorateLine|TechDraw DecorateLine]].


Line 73: Line 77:




<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[TechDraw_2PointCenterLine/ru|Добавить осевую линию между 2 точками]]
|[[TechDraw_2PointCenterLine/ru|Добавить осевую линию между 2 точками]]
Line 81: Line 86:
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
</div>


{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}

Revision as of 09:09, 3 April 2024

Other languages:

Добавить вспомогательную линию между 2-мя точками

Системное название
TechDraw_2PointCosmeticLine
Расположение в меню
TechDraw → Добавить Линии → Добавить вспомогательную линию между 2-мя точками
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Добавить осевую линию к граням, Добавить осевую линию между 2 линиями

Описание

The TechDraw 2PointCosmeticLine tool adds a cosmetic line between two points. The points can be 2D or 3D. The resulting line can be used for dimensioning.

Cosmetic line between two points

Применение

  1. Select two points in a TechDraw View or two points in the 3D view.
  2. If you have selected points in the 3D view: add the correct TechDraw View to the selection by selecting it in the Tree view.
  3. There are several ways to invoke the tool:
  4. A task panel opens.
  5. Optionally adjust the coordinates of the points.
  6. Press the OK button.
  7. A cosmetic line connecting the two points is added. In the case of 3D points, the line connects the projection of the points.

Usage edit

To change the endpoints of a cosmetic line:

  1. Select the cosmetic line.
  2. There are several ways to invoke the tool:
  3. A task panel opens.
  4. Adjust the coordinates of the points.
  5. Press the OK button.

Notes

Свойства

Cosmetic lines have no properties of their own, as they are not document objects.

Программирование

См. так же: TechDraw API и Основы составления скриптов FreeCAD.

Cosmetic lines can be created using the makeCosmeticLine(v1, v2) or makeCosmeticLine3d(v1, v2) methods of DrawViewPart.