App Part

From FreeCAD Documentation
Revision as of 11:40, 14 May 2020 by Renatorivo (talk | contribs) (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.")
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.

Simplified diagram of the relationships between the core objects in the program. The 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

  1. Press the Std Part button. An empty Part is created and automatically becomes active.
  2. To add objects to a Part, drag and drop them over the Part in the tree view.
  3. To remove objects from a Part, drag them out of the Part, and onto the document label at the top of the tree view.

See the Std Part page for the complete information, including its use in Scripting.

Proprietà

An App Part (App::Part class) is derived from the basic App GeoFeature (App::GeoFeature class), therefore it shares most of the latter's properties.

See the properties in the Std Part page.