TechDraw CosmeticVertex/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Lo strumento Vertice cosmetico aggiunge ad una vista un vertice che non fa parte della geometria di origine. Questo vertice si comporta come qualsiasi altro vertice e può ess...")
(Created page with "{{Caption|Vertice cosmetico utilizzato per creare una dimensione altrimenti impossibile}}")
Line 17: Line 17:


[[Image:TechDraw_CosmeticVertex_Sample.png]]
[[Image:TechDraw_CosmeticVertex_Sample.png]]
{{Caption|Cosmetic Vertex used to create an otherwise impossible Dimension}}
{{Caption|Vertice cosmetico utilizzato per creare una dimensione altrimenti impossibile}}


==How to use==
==How to use==

Revision as of 08:24, 16 July 2019

Other languages:

File:Techdraw-point.svg Vertice cosmetico

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

Descrizione

Lo strumento Vertice cosmetico aggiunge ad una vista un vertice che non fa parte della geometria di origine. Questo vertice si comporta come qualsiasi altro vertice e può essere utilizzato per il dimensionamento.

Vertice cosmetico utilizzato per creare una dimensione altrimenti impossibile

How to use

  1. Press the File:Techdraw-mline.svg CosmeticVertex button
  2. A Task dialog will open. The dialog allows selection of the location of the Cosmetic Vertex though the use of a "point picker" or by entering coordinates. The coordinates are the position within the View relative to the View center.
  3. The Pick points button starts a "point picker". Once a location is selected a small circle will appear. The Cosmetic Vertex will be added once the "OK" button is pressed.
  4. To exit the "point picker" without creating a Cosmetic Vertex, press the "Escape picking" button in the dialog.


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