TechDraw "Связать размер с 3D геометрией"

From FreeCAD Documentation
(Redirected from TechDraw Dimension Link/ru)
This page is a translated version of the page TechDraw LinkDimension and the translation is 45% complete.
Other languages:
The TechDraw LinkDimension tool is DEPRECATED and will be removed in a future version. It should only be used with old (< v0.19) FreeCAD versions and files.
In newer versions the TechDraw DimensionRepair tool should be used to change both 2D and 3D references.

Связать размер с 3D геометрией

Системное название
TechDraw_LinkDimension
Расположение в меню
TechDraw → Размеры → Связать размер с 3D геометрией
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Вставить Вид, Вставить группу проекций

Описание

The TechDraw LinkDimension tool creates a link between 3D geometry and one or more existing projected Dimensions on a Page. This link allows the Dimension to use actual 3D values instead of 2D projected values.

The Link Dimension tool's most common use is in dimensioning isometric views in a ProjectionGroup. The projected length of an Edge in an isometric view will, of course, not necessarily equal the actual length of the Edge. In an orthogonal view the projected and actual lengths will be equal.

The link instructs the Dimension to compute it's value directly from the 3D geometry.

Применение

  1. Create an appropriate dimension on the drawing page using any of TechDraw LengthDimension, TechDraw HorizontalDimension, etc. This dimension will be in the right place on the Page, but will show the projected dimension value.
  2. Select the geometry in the 3D view, for example, an edge, that corresponds to the projected geometry of your dimension.
  3. There are several ways to invoke the tool:
  4. A task panel opens.
  5. Select one or more Dimensions to be linked to the selected 3D geometry.
  6. Press OK.

The link operation changes the ДанныеMeasureType property of the dimension from Projected to True.

Ограничения

Dimension objects are vulnerable to the "topological naming problem". See TechDraw LengthDimension for more information. It is recommended that linking dimensions be one of the last steps in your drawing process.

The link tool will not stop you from making illogical links, so you need to choose the correct edge from the 3D view when creating the link.

There is currently no way to break a link; you can change the ДанныеMeasureType back to Projected so that the dimension will use the projected value instead of the linked value.

Note that if the Dimension to be linked is based on two vertices, you should select two vertices in the 3D view. Similarly if the Dimension is based on an edge, you should select an edge in the 3D view.

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

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

The TechDraw LinkDimension tool is not directly usable in macros, but changing the ДанныеReferences 3D property can accomplish the same result.