App Part/it: Difference between revisions

From FreeCAD Documentation
(Created page with "È stato sviluppato per essere utilizzato negli assiemi, in quanto ha una {{MenuCommand|Origin}} che funge da riferimento posizionale per gli oggetti raggruppati.")
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}


== Introduzione ==
== Introduzione ==
Line 11: Line 12:
[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Diagramma semplificato delle relazioni tra gli oggetti principali del programma in FreeCAD}}
{{Caption|Simplified diagram of the relationships between the core objects in the program. The {{incode|App::Part}} class is a simple container that has a position in 3D space, and has an Origin to control the placement of the objects grouped under it.}}


==Utilizzo==
==Utilizzo==


Vedere [[Std_Part/it#Utilizzo|Std Part]].
# Press the {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} button. An empty Part is created and automatically becomes ''[[Std_Part#Active_status|active]]''.
# To add objects to a Part, drag and drop them over the Part in the [[tree_view|tree view]].
# To remove objects from a Part, drag them out of the Part, and onto the document label at the top of the [[tree_view|tree view]].

See the [[Std_Part|Std Part]] page for the complete information, including its use in [[Std_Part#Scripting|Scripting]].


== Proprietà ==
== Proprietà ==


Vedere [[Std_Part/it#Proprietà|Std Part]].
An [[App_Part|App Part]] ({{incode|App::Part}} class) is derived from the basic [[App_GeoFeature|App GeoFeature]] ({{incode|App::GeoFeature}} class), therefore it shares most of the latter's properties.


See the properties in the [[Std_Part|Std Part]] page.


{{Std Base{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Document_objects_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 22:57, 31 October 2022

Other languages:

Introduzione

Un oggetto App Part, o formalmente un App::Part, è un elemento che consente di raggruppare degli oggetti nello spazio 3D.

È stato sviluppato per essere utilizzato negli assiemi, in quanto ha una Origin che funge da riferimento posizionale per gli oggetti raggruppati.

Diagramma semplificato delle relazioni tra gli oggetti principali del programma in FreeCAD

Utilizzo

Vedere Std Part.

Proprietà

Vedere Std Part.