Std: Wymiarowanie odległości

From FreeCAD Documentation
Revision as of 10:35, 24 October 2021 by Kaktus (talk | contribs) (Created page with "Std: Wymiarowanie odległości")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Std MeasureDistance

Menu location
Tools → Measure distance
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Part Measure Tools, Draft Dimension, Arch Survey

Description

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

Usage

  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 WIDOKMirror property of the distance object.

Notes

Properties

Data

Base

  • DANELabel: by default the label contains the measured distance, but this distance is not updated when P1 or P2 are later changed.

Measurement

  • DANEP1: the first dimension point.
  • DANEP2: the second dimension point.
  • DANEDistance: (read-only) the measured distance between P1 and P2.

View

Base

  • WIDOKDist Factor: this factor, multiplied by the measured distance, determines the dimension line offset.
  • WIDOKFont Size: the height of the letters (line height in pixels).
  • WIDOKMirror: if set to true the position of the dimension line relative to P1 and P2 is flipped.