TechDraw Quadrants/it: Difference between revisions

From FreeCAD Documentation
(Created page with "# Selezionare uno o più bordi circolari in una vista. # Premere il pulsante {{Button|16px Quadrante}}. # I vertici c...")
(Created page with "== Proprietà ==")
Line 27: Line 27:




==Properties==
== Proprietà ==


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

Revision as of 20:02, 1 June 2019

Other languages:

File:Techdraw-quadrant.svg Quadrante

Posizione nel menu
TechDraw → Quadrante
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
TechDraw CosmeticVertex/it, TechDraw Midpoints/it

Descrizione

Lo strumento Quadrante aggiunge vertici cosmetici nei punti a 90/180/270 gradi di un bordo circolare (il vertice di 0 gradi dovrebbe già essere presente come vertice geometrico).

Vertici cosmetici nei punti del quadrante di un cerchio

Utilizzo

  1. Selezionare uno o più bordi circolari in una vista.
  2. Premere il pulsante File:Techdraw-quadrant.svg Quadrante.
  3. I vertici cosmetici vengono aggiunti nei quarti del Bordo.


Proprietà

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
  • This tool can actually be used on any Edge, not just circles.