Translations:Draft Circle/8/it: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
Line 1: Line 1:
* Crea un oggetto {{incode|Circle}} dal dato {{incode|radius}} in millimetri.
* Crea un oggetto {{incode|circle}} dal dato {{incode|radius}} in millimetri.
** {{incode|radius}} può anche essere un {{incode|Part.Edge}}, di cui l'attributo {{incode|Curve}} deve essere un {{incode|Part.Circle}}.
** {{incode|radius}} può anche essere un {{incode|Part.Edge}}, di cui l'attributo {{incode|Curve}} deve essere un {{incode|Part.Circle}}.
* Se viene dato un {{incode|placement}} esso viene usato; altrimenti la forma viene creata all'origine.
* Se {{incode|placement}} è {{incode|None}} il cerchio viene creato all'origine.
* Se {{incode|face}} è {{incode|True}} e il cerchio è chiuso, diventa una faccia e appare riempita.
* Se {{incode|face}} è {{incode|True}} e il cerchio è chiuso, diventa una faccia e appare riempita.
* Se {{incode|startangle}} e {{incode|endangle}} sono dati in gradi e hanno valori diversi, sono usati e l'oggetto appare come un [[Draft Arc/it|Arco]].
* Se {{incode|startangle}} e {{incode|endangle}} sono dati in gradi e hanno valori diversi, sono usati e l'oggetto appare come un [[Draft Arc/it|Arco]].

Latest revision as of 14:43, 12 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Draft Circle)
* Creates a {{incode|circle}} object with given {{incode|radius}} in millimeters.
** {{incode|radius}} can also be a {{incode|Part.Edge}}, whose {{incode|Curve}} attribute must be a {{incode|Part.Circle}}.
* If {{incode|placement}} is {{incode|None}} the circle is created at the origin.
* If {{incode|face}} is {{incode|True}}, the circle will make a face, that is, it will appear filled.
* If {{incode|startangle}} and {{incode|endangle}} are given in degrees, and have different values, they are used and the object appears as a [[Draft Arc|Draft Arc]].
  • Crea un oggetto circle dal dato radius in millimetri.
    • radius può anche essere un Part.Edge, di cui l'attributo Curve deve essere un Part.Circle.
  • Se placement è None il cerchio viene creato all'origine.
  • Se face è True e il cerchio è chiuso, diventa una faccia e appare riempita.
  • Se startangle e endangle sono dati in gradi e hanno valori diversi, sono usati e l'oggetto appare come un Arco.