Команда "Измерить расстояние"

From FreeCAD Documentation
Revision as of 18:30, 11 September 2021 by Evgeniy (talk | contribs) (Created page with "{{TitleProperty|Основные}}")
Other languages:

Измерить расстояние

Системное название
Std_MeasureDistance
Расположение в меню
Инструменты → Измерить расстояние
Верстаки
Все
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Part Measure Tools,
Draft Dimension,
Arch Survey

Описание

The Std MeasureDistance command creates a distance object that measures and displays the distance between two points.

Применение

  1. There are several ways to invoke the command:
    • Press the Std MeasureDistance button.
    • Select the Tools → Measure distance option from the menu.
  2. Select the first dimension point anywhere on an object in the 3D view.
  3. Select the second dimension point anywhere on an object in the 3D view.
  4. The selection order of the points can have an impact on the position of the dimension line.
  5. Optionally flip the position of the dimension line by changing the ВидMirror property of the distance object.

Примечания

Свойства

Данные

Основные

  • ДанныеLabel: by default the label contains the measured distance, but this distance is not updated when P1 or P2 are later changed.

Measurement

  • ДанныеP1: the first dimension point.
  • ДанныеP2: the second dimension point.
  • ДанныеDistance: (read-only) the measured distance between P1 and P2.

Вид

Основные

  • ВидDist Factor: this factor, multiplied by the measured distance, determines the dimension line offset.
  • ВидFont Size: the height of the letters (line height in pixels).
  • ВидMirror: if set to true the position of the dimension line relative to P1 and P2 is flipped.