TechDraw Midpoints/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Utilizzo ==")
(Created page with "# Selezionare uno o più bordi in una vista. # Premere il pulsante {{Button|16px Punti mediani}} # I vertici cosmeti...")
Line 21: Line 21:
== Utilizzo ==
== Utilizzo ==


# Select one or more Edges in a View.
# Selezionare uno o più bordi in una vista.
# Press the {{Button|[[Image:techdraw-midpoint.svg|16px]] [[TechDraw Midpoints|Midpoints]]}} button
# Premere il pulsante {{Button|[[Image:techdraw-midpoint.svg|16px]] [[TechDraw Midpoints/it|Punti mediani]]}}
# I vertici cosmetici vengono aggiunti nei punti medi dei bordi.
# Cosmetic Vertices will be added at the mid-point(s) of the Edge(s).





Revision as of 08:42, 16 July 2019

Other languages:

File:Techdraw-midpoint.svg Punti mediani

Posizione nel menu
TechDraw → Punti mediani
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Vertice cosmetico, Quadrante

Descrizione

Lo strumento Punti mediani aggiunge dei vertici cosmetici nei punti medi di uno o più bordi.

Vertici cosmetici nei punti mediani dei bordi

Utilizzo

  1. Selezionare uno o più bordi in una vista.
  2. Premere il pulsante File:Techdraw-midpoint.svg Punti mediani
  3. I vertici cosmetici vengono aggiunti nei punti medi dei bordi.


Properties

Cosmetic Vertices have no properties of their own, as they are not Document Objects. They share color and size settings with regular geometry vertices.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

Cosmetic Vertices are not accessible from macros or the Python console at this time. This snippet will remove all Cosmetic Vertices from the View.

>>> v = App.ActiveDocument.View
>>> v.clearCV()
>>> App.activeDocument().recompute()


Notes

  • This feature was added in v0.19