TechDraw FaceCenterLine/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Proprietà ==")
(Created page with "== Script ==")
Line 30: Line 30:
Cosmetic center lines have no properties of their own, as they are not Document Objects.
Cosmetic center lines have no properties of their own, as they are not Document Objects.


==Scripting==
== Script ==


{{Emphasis|See also:}} [[TechDraw API]] and [[FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[TechDraw API]] and [[FreeCAD Scripting Basics]].

Revision as of 21:44, 21 June 2019

Other languages:

File:Techdraw-facecenterline.svg Linea centrale

Posizione nel menu
TechDraw → Linea centrale
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Vertice cosmetico, Gomma cosmetica

Descrizione

Linea centrale aggiunge una linea centrale alle faccie selezionate

Linea centrale aggiunta alla faccia

Utilizzo

  1. Select one or more Faces in a View.
  2. Press the File:Techdraw-facecenterline.svg FaceCenterLine button
  3. A dialog will open where you can specify attributes of the new center line.
  4. A center line will be added at the midpoint of the bounding box of the selected Face(s).

Proprietà

Cosmetic center lines have no properties of their own, as they are not Document Objects.

Script

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:
    • VistaHorizCenterLine: Show a horizontal centerline through view.
    • VistaVertCenterLine: Show a vertical centerline through view.