App Part

From FreeCAD Documentation
Revision as of 11:42, 14 May 2020 by Renatorivo (talk | contribs) (Created page with "{{Caption|Diagramma semplificato delle relazioni tra gli oggetti principali del programma. La classe {{incode|App::Part}} è un semplice contenitore che ha una posizione nello...")
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. La classe App::Part è un semplice contenitore che ha una posizione nello spazio 3D e ha un'origine per controllare il posizionamento degli oggetti raggruppati sotto di essa.

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.