Std MeasureDistance: Difference between revisions

From FreeCAD Documentation
m (Added reference to Manipulator WB as another option)
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Std_ProjectUtil|Std ProjectUtil]]
|[[Std_ProjectUtil|ProjectUtil]]
|[[Std_TextDocument|Std TextDocument]]
|[[Std_TextDocument|TextDocument]]
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=Std_ProjectUtil.svg
|IconL=Std_ProjectUtil.svg
Line 17: Line 17:
|MenuLocation=Tools → Measure distance
|MenuLocation=Tools → Measure distance
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Part_Measure_Menu|Part Measure Tools]], [[Draft_Dimension|Draft Dimension]], [[Arch_Survey|Arch Survey]]
|SeeAlso=[[Part_Measure_Linear|Part Measure Linear]], [[Draft_Dimension|Draft Dimension]]
}}
}}


Line 40: Line 40:
<!--T:11-->
<!--T:11-->
* You cannot use the [[Draft_Workbench|Draft]] snap tools with this command.
* You cannot use the [[Draft_Workbench|Draft]] snap tools with this command.
* To add dimensions to drawings use the dimension tools from the [[TechDraw_Module|TechDraw Workbench]].
* To add dimensions to drawings use the dimension tools from the [[TechDraw_Workbench|TechDraw Workbench]].
* For more comprehensive measuring tools, install the [[Image:Manipulator_workbench_icon.svg|24px|link=Manipulator_Workbench]] [[Manipulator Workbench]] (an [[External_Workbenches|external workbench]])
* For more comprehensive measuring tools, install the [[Image:Manipulator_workbench_icon.svg|24px|link=Manipulator_Workbench]] [[Manipulator_Workbench|Manipulator Workbench]] (an [[External_workbenches|external workbench]]).


==Properties== <!--T:12-->
==Properties== <!--T:12-->
Line 70: Line 70:
* {{PropertyView|Font Size}}: the height of the letters (line height in pixels).
* {{PropertyView|Font Size}}: the height of the letters (line height in pixels).
* {{PropertyView|Mirror}}: if set to {{TRUE}} the position of the dimension line relative to P1 and P2 is flipped.
* {{PropertyView|Mirror}}: if set to {{TRUE}} the position of the dimension line relative to P1 and P2 is flipped.



<!--T:21-->
<!--T:21-->
{{Docnav
{{Docnav
|[[Std_ProjectUtil|Std ProjectUtil]]
|[[Std_ProjectUtil|ProjectUtil]]
|[[Std_TextDocument|Std TextDocument]]
|[[Std_TextDocument|TextDocument]]
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=Std_ProjectUtil.svg
|IconL=Std_ProjectUtil.svg

Latest revision as of 17:16, 14 September 2022

Std MeasureDistance

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

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

Notes

Properties

Data

Base

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

Measurement

  • DataP1: the first dimension point.
  • DataP2: the second dimension point.
  • DataDistance: (read-only) the measured distance between P1 and P2.

View

Base

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