TechDraw 2PointCenterLine/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Добавить осевую линию между 2 линиями |TechDraw_2PointCosmeticLine/ru|Добавить вспом...")
(Created page with "{{GuiCommand/ru |Name/ru=Добавить осевую линию между 2 точками |Name=TechDraw_2PointCenterLine |MenuLocation=TechDraw → Добавить Ли...")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/ru
|Name/ru=Добавить осевую линию между 2 точками
|Name=TechDraw 2PointCenterLine
|Name=TechDraw_2PointCenterLine
|MenuLocation=TechDraw → Add Lines → Add Centerline between 2 points
|MenuLocation=TechDraw → Добавить Линии → Add Centerline between 2 points
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|Version=0.19
|Version=0.19
|SeeAlso=[[TechDraw_FaceCenterLine|TechDraw Centerline to Face(s)]], [[TechDraw_2LineCenterLine|TechDraw Centerline between 2 Lines]]
|SeeAlso=[[TechDraw_FaceCenterLine/ru|Добавить осевую линию к Граням]], [[TechDraw_2LineCenterLine/ru|Добавить осевую линию между 2 линиями]]
}}
}}



Revision as of 17:45, 11 September 2021

Other languages:

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

Системное название
TechDraw_2PointCenterLine
Расположение в меню
TechDraw → Добавить Линии → Add Centerline between 2 points
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Добавить осевую линию к Граням, Добавить осевую линию между 2 линиями

Описание

The 2PointCenterLine tool adds a centerline between two Vertices (Points).

Centerline between 2 Points

Применение

  1. Select 2 Vertexes in a View.
  2. Press the Add Centerline between 2 Points button
  3. A dialog will open where you can specify attributes of the new centerline.
  4. A centerline will be added between the 2 selected Vertices.

To delete a Centerline, select it and use the toolbar button Remove Cosmetic Object.

Editing Centerlines

Any of the centerline command buttons ( Add Centerline to Face(s), Add Centerline between 2 Lines, Add Centerline between 2 Points) can be used to edit any centerline.

  1. Select a centerline.
  2. Press any centerline command button.
  3. A dialog will open where you can change attributes of the centerline.
  4. Press OK to see your changes.

Свойства

Centerlines have no properties of their own, as they are no document objects. They have attributes that can be changed in the centerline edit dialog.

  1. Mode (radio buttons):
    • Vertical: Forces a centerline vertical
    • Horizontal: Forces a centerline horizontal
    • Aligned: Follows the general direction of the Edge for 2 Edge centerline
  2. Shift Horiz: Moves the centerline left or right of its normal position
  3. Shift Vert: Moves the centerline up or down from its normal position
  4. Rotate: Rotates the centerline around its center (degrees. + counterclockwise, - clockwise)
  5. Extend: Makes the centerline longer by this amount
  6. Color: Color of centerline
  7. Weight: Thickness of the centerline
  8. Style: Continuous, Dash, Dot, DashDot, DashDotDot

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

Centerlines are not accessible from macros or the Python console at this time.