TechDraw 2PointCenterLine/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Script ==")
(Created page with "{{Emphasis|Vedere anche:}} TechDraw API e Nozioni di base sugli script di FreeCAD.")
Line 59: Line 59:
== Script ==
== Script ==


{{Emphasis|See also:}} [[TechDraw API]] and [[FreeCAD Scripting Basics]].
{{Emphasis|Vedere anche:}} [[TechDraw API/it|TechDraw API]] e [[FreeCAD Scripting Basics/it|Nozioni di base sugli script di FreeCAD]].


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

Revision as of 14:03, 15 October 2019

Other languages:

File:Techdraw-2linecenterline.svg Linea centrale a 2 punti

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

Descrizione

The 2PointCenterLine tool adds a center line between two Vertices (Points).

Center line between 2 Points

Utilizzo

  1. Select 2 Vertexes in a View.
  2. Press the File:Techdraw-2pointcenterline.svg 2PointCenterLine button
  3. A dialog will open where you can specify attributes of the new center line.
  4. A center line will be added between the 2 selected Vertices.

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. Selezionare una linea centrale.
  2. Premere qualsiasi pulsante di comando di linea centrale.
  3. Si apre una finestra di dialogo in cui è possibile modificare gli attributi della linea centrale.
  4. Premere OK per vedere le modifiche applicate.

Proprietà

Le linee centrali cosmetiche non hanno proprietà proprie, in quanto non sono Document Objects. Hanno attributi che possono essere modificati nella finestra di dialogo di modifica della linea centrale. Non tutti gli attributi si applicano a tutte le linee centrali.

  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

Script

Vedere anche: TechDraw API e Nozioni di base sugli script di FreeCAD.

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

Notes

  1. none