TechDraw Lier une cote

From FreeCAD Documentation
Revision as of 18:38, 26 February 2018 by Jpg87 (talk | contribs) (Created page with "==Description== L'outil Lien Dimensionnel crée un lien entre la géométrie 3D et 1 ou plusieurs dimensions sur une page. Ce lien permet à la dimension d'utiliser des valeur...")

Lien dimensionnel

Emplacement du menu
TechDraw → Lien dimensionnel
Ateliers
TechDraw
Raccourci par défaut
? ?
Introduit dans la version
-
Voir aussi
Aucun

Description

L'outil Lien Dimensionnel crée un lien entre la géométrie 3D et 1 ou plusieurs dimensions sur une page. Ce lien permet à la dimension d'utiliser des valeurs 3D réelles au lieu des valeurs 2D projetées.

How to use

  1. Create your Dimension on the drawing page as usual.
  2. Select geometry (ex an Edge) in the 3D model view that corresponds to one of your Dimensions.
  3. Press the File:TechDraw Dimension Link.png Dimension Link button
  4. A dialog will open. Select 1 or more Dimensions to be linked to the selected 3D geometry.
  5. Press "OK"

Options

None.

Properties

  1. The MeasureType property of a linked Dimension will be changed from "Projected" to "True".

Scripting

Dimensions can be linked to 3D geometry using Python.

tbd

Limitations

  1. Dimension links are very sensitive to the "Topological Naming" problem. It is recommended that linking Dimensions be one of the last steps in your process.
  2. The Link tool will not stop you from making illogical links.
  3. There is currently no way to break a link. You can change the MeasureType back to Projected and the Dimension will use the Projected value instead of the True value.