TechDraw 2LineCenterLine/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Nota: Se la linea centrale generata appare particolarmente strana, può essere necessario modificare la linea centrale e fare clic sul pulsante di opzione "Capovolgi".")
(Created page with "==Modificare le linee centrali==")
Line 30: Line 30:
Nota: Se la linea centrale generata appare particolarmente strana, può essere necessario modificare la linea centrale e fare clic sul pulsante di opzione "Capovolgi".
Nota: Se la linea centrale generata appare particolarmente strana, può essere necessario modificare la linea centrale e fare clic sul pulsante di opzione "Capovolgi".


==Modificare le linee centrali==
==Editing Center Lines==


Any of the center line command buttons ({{Button|[[Image:techdraw-facecenterline.svg|16px]] [[TechDraw FaceCenterLine|FaceCenterLine]]}}, {{Button|[[Image:techdraw-2linecenterline.svg|16px]] [[TechDraw 2LineCenterLine|2LineCenterLine]]}},
Any of the center line command buttons ({{Button|[[Image:techdraw-facecenterline.svg|16px]] [[TechDraw FaceCenterLine|FaceCenterLine]]}}, {{Button|[[Image:techdraw-2linecenterline.svg|16px]] [[TechDraw 2LineCenterLine|2LineCenterLine]]}},

Revision as of 13:52, 15 October 2019

Other languages:

File:Techdraw-2linecenterline.svg Linea centro linee

Posizione nel menu
TechDraw → Linea centrale a 2 linee
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Linea centro facce, Linea centro punti

Descrizione

Lo strumento Linea centrale a 2 linee aggiunge una linea centrale tra due bordi.

Linea centrale allineata tra 2 bordi

Utilizzo

  1. Selezionare 2 bordi in una vista. Non è necessario che i bordi siano paralleli.
  2. Premere il pulsante File:Techdraw-2linecenterline.svg Linea centrale a 2 linee.
  3. Si apre una finestra di dialogo in cui è possibile specificare gli attributi della nuova linea centrale.
  4. Viene aggiunta una linea centrale tra i 2 bordi selezionati.

Nota: Se la linea centrale generata appare particolarmente strana, può essere necessario modificare la linea centrale e fare clic sul pulsante di opzione "Capovolgi".

Modificare le linee centrali

Any of the center line command buttons (File:Techdraw-facecenterline.svg FaceCenterLine, File:Techdraw-2linecenterline.svg 2LineCenterLine, File:Techdraw-2pointcenterline.svg 2PointCenterLine) can be used to edit any center line.

  1. Select a center line.
  2. Press any center line command button.
  3. A dialog will open where you can change attributes of the center line.
  4. Press OK to see your changes.

Properties

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
  9. Flip ends: sometimes required to make 2 line center lines behave correctly

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

  1. none