Sandbox Measurement: Difference between revisions

From FreeCAD Documentation
No edit summary
 
Line 30: Line 30:
There are two ways to use the '''Std_Measure''' command:
There are two ways to use the '''Std_Measure''' command:
# Select the geometry to be measured (vertices, edges or faces).
# Select the geometry to be measured (vertices, edges or faces).
# Press the {{Button|[[Image:UMF-Measurement.svg|16px]] [[Measurement_Measurement|Measurement]]}} button.
# Press the {{Button|[[Image:UMF-Measurement.svg|16px]] [[Measure_Std_Measure|Std_Measure]]}}
# A task panel opens showing the selected geometry and appropriate information.
# A task panel opens showing the selected geometry and appropriate information.


- or -
- or -


# Press the {{Button|[[Image:UMF-Measurement.svg|16px]] [[Measurement_Measurement|Measurement]]}} button.
# Press the {{Button|[[Image:UMF-Measurement.svg|16px]] [[Measure_Std_Measure|Std_Measure]]}} button.
# An empty task panel opens.
# An empty task panel opens.
# Select geometry to be measure. The task panel is updated with information about the selection.
# Select geometry to be measure. The task panel is updated with information about the selection.

Latest revision as of 15:41, 29 September 2023


Std_Measure

Menu location
View → Measure(?)
Workbenches
All
Default shortcut
None
Introduced in version
0.22
See also
[]

Description

The Std_Measure command opens a task panel to display information about selected objects. The command displays a measurement type that works with the given selection (distance for two points, area for a face, angle for two edges, etc). Measurement information can optionally be added to the 3d view.

The Std_Measure command is available in many (all?) workbenches.

Usage

There are two ways to use the Std_Measure command:

  1. Select the geometry to be measured (vertices, edges or faces).
  2. Press the Std_Measure
  3. A task panel opens showing the selected geometry and appropriate information.

- or -

  1. Press the Std_Measure button.
  2. An empty task panel opens.
  3. Select geometry to be measure. The task panel is updated with information about the selection.

In either case, press the Annotate button to add the measurement information to the 3D view (and exit the command??)

To exit the Std_Measure command press ESC or the Close button.

Scripting

The Std_Measure command is available to Python scripts as TBD

Notes

  • This command is a product of the 2023 Google Summer of Code.