Std Mesurer une distance

From FreeCAD Documentation
Revision as of 10:59, 9 May 2020 by David69 (talk | contribs) (Created page with "La commande '''Std Mesurer une distance''' crée un objet distance qui mesure et affiche la distance entre deux points.")

Std Mesurer une distance

Emplacement du menu
Outils → Mesurer une distance‏‎
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Std Menu des mesures, Draft Cote, Arch Prise de cotes

Description

La commande Std Mesurer une distance crée un objet distance qui mesure et affiche la distance entre deux points.

Utilisation

  1. Il existe deux façons d'appeler la commande MeasureDistance:
  2. Sélectionnez le premier point dans la vue 3D.
  3. Sélectionnez le deuxième point dans la vue 3D.
  4. La distance absolue entre les deux points sera calculée et affichée dans la vue 3D.
  5. Un objet de distance sera créé dans la vue en arborescence.
  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 VueMirror property of the distance object.

Remarques

Pour plus de possibilités concernant la mesure/le dimensionnement, vous pouvez utiliser:

  • You cannot use the Draft snap tools with this command.
  • To add dimensions to drawings use the dimension tools from the TechDraw Workbench.

Properties

Data

Base

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

Measurement

  • DonnéesP1: the first dimension point.
  • DonnéesP2: the second dimension point.
  • DonnéesDistance: (read-only) the measured distance between P1 and P2.

View

Base

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