Sandbox Measurement: Difference between revisions

From FreeCAD Documentation
(Removed manual translation unit tags.)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|[[Std_ToggleNavigation|TBD]]
|[[Std_ToggleNavigation|TBD]]
|[[Std_View_Menu|Std TBD]]
|[[Std_View_Menu|Std TBD]]
|[[Measure_Std_Measure|Std_Measure]]
|[[Measurement_Measurement|Measurement]]
|IconL=View_Measure_Toggle_All.svg
|IconL=View_Measure_Toggle_All.svg
|IconR=Std_ToggleNavigation.svg
|IconR=Std_ToggleNavigation.svg
Line 12: Line 12:


{{GuiCommand
{{GuiCommand
|Name=Measurement
|Name=Std_Measure
|MenuLocation=View → Measurement(?)
|MenuLocation=View → Measure(?)
|Workbenches=All
|Workbenches=All
|Shortcut=
|Shortcut=
Line 20: Line 20:
}}
}}


==Description==
== Description ==


The '''Measurement''' command opens a task dialog displaying 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 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 '''Measurement''' command is available in many (all?) workbenches.
The '''Std_Measure''' command is available in many (all?) workbenches.


==Usage==
== Usage ==


There are two ways to use the '''Measurement''' 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 will open showing the selected geometry and appropriate information.
# A task panel opens showing the selected geometry and appropriate information.
- or -
* Press the {{Button|[[Image:UMF-Measurement.svg|16px]] [[Measurement_Measurement|Measurement]]}} button.
* An empty Task will open.
* Select geometry to be measure. The Task will be updated with information about the selection


- or -
In either case, press the {{Button|Annotate}} button to add the measurement information to the 3d view.


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


In either case, press the {{Button|Annotate}} button to add the measurement information to the 3D view (and exit the command??)
==Scripting==


To exit the '''Std_Measure''' command press {{Button|ESC}} or the {{Button|Close}} button.
The '''Measurement''' command is available to Python scripts as TBD


==Notes==
== Scripting ==


The '''Std_Measure''' command is available to Python scripts as TBD
* this command is a product of the 2023 Google Summer of Code.

== Notes ==

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




Line 53: Line 55:
|[[Std_ToggleNavigation|TBD]]
|[[Std_ToggleNavigation|TBD]]
|[[Std_View_Menu|Std TBD]]
|[[Std_View_Menu|Std TBD]]
|[[Measure_Std_Measure|Std_Measure]]
|[[Measurement_Measurement|Measurement]]
|IconL=View_Measure_Toggle_All.svg
|IconL=View_Measure_Toggle_All.svg
|IconR=Std_ToggleNavigation.svg
|IconR=Std_ToggleNavigation.svg

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.