TechDraw FaceCenterLine/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "# Sélectionnez une ligne centrale. # Appuyez sur n’importe quel bouton de commande de ligne centrale. # Une boîte de dialogue s'ouvrira où vous pourrez modifier les attri...")
(Created page with "==Propriétés==")
Line 42: Line 42:
# Appuyez sur OK pour voir vos modifications.
# Appuyez sur OK pour voir vos modifications.


==Properties==
==Propriétés==


Cosmetic center lines have no properties of their own, as they are not Document Objects. They do have attributes that can be changed in the center line edit dialog. Not all attributes apply to all center lines
Cosmetic center lines have no properties of their own, as they are not Document Objects. They do have attributes that can be changed in the center line edit dialog. Not all attributes apply to all center lines

Revision as of 08:12, 16 August 2019

Other languages:

File:Techdraw-facecenterline.svg TechDraw FaceCenterLine

Menu location
TechDraw → Add a centerLine to a Face(s)
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
CosmeticVertex TechDraw, Gomme TechDraw

Description

L'outil FaceCenterLine ajoute une ligne centrale à une ou plusieurs faces.

Ligne centrale ajoutée a une face

Utilisation

  1. Sélectionnez une ou plusieurs faces dans une vue.
  2. Appuyez sur le bouton File:Techdraw-facecenterline.svg FaceCenterLine.
  3. Une boîte de dialogue s'ouvrira où vous pourrez spécifier les attributs de la nouvelle ligne centrale.
  4. Une ligne centrale sera ajoutée au milieu de la boîte englobante la ou les faces sélectionnées.

Modification des lignes centrales

N'importe quel bouton de commande de la ligne centrale (File:Techdraw-facecenterline.svg FaceCenterLine, File:Techdraw-2linecenterline.svg 2LineCenterLine, File:Techdraw-2pointcenterline.svg 2PointCenterLine) peut être utilisé pour éditer n'importe quelle ligne centrale.

  1. Sélectionnez une ligne centrale.
  2. Appuyez sur n’importe quel bouton de commande de ligne centrale.
  3. Une boîte de dialogue s'ouvrira où vous pourrez modifier les attributs de la ligne centrale.
  4. Appuyez sur OK pour voir vos modifications.

Propriétés

Cosmetic center lines have no properties of their own, as they are not Document Objects. They do have attributes that can be changed in the center line edit dialog. Not all attributes apply to all center lines

  1. Mode (radio buttons):
    1. Vertical: force center line vertical
    2. Horizontal: force center line horizontal
    3. Aligned: follow the general direction of the Edge for 2 Edge center line
  2. Shift Horiz: move the center line left or right of its normal position
  3. Shift Vert: move the center line up or down from its normal position
  4. Rotate: rotate the center line around its center (degrees. + CCW, -CW)
  5. Extend: make the center line longer by this amount
  6. Color: color of center line
  7. Weight: thickness of the center line
  8. Style: NoLine, Solid, Dash, Dot, DashDot, DashDotDot

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

Cosmetic center lines are not accessible from macros or the Python console at this time.

Notes

  • FaceCenterLine will eventually replace two View properties:
    • VueHorizCenterLine: Show a horizontal centerline through view.
    • VueVertCenterLine: Show a vertical centerline through view.