App DocumentObjectGroup

From FreeCAD Documentation
Revision as of 19:47, 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::DocumentObjectGroup}} ha un'estensione che le consente di ra...")
Other languages:

Introduzione

Un oggetto App DocumentObjectGroup o formalmente un App::DocumentObjectGroup, è un elemento semplice che consente di raggruppare qualsiasi tipo di App DocumentObject nella vista ad albero indipendentemente dal tipo di dati.

È stato sviluppato per organizzare gli oggetti nella vista ad albero in modo logico per l'utente.

Diagramma semplificato delle relazioni tra gli oggetti principali del programma. La classe App::DocumentObjectGroup ha un'estensione che le consente di raggruppare qualsiasi tipo di oggetto; il gruppo di per se stesso non ha molte proprietà.

Utilizzo

  1. Press the Std Group button in the structure toolbar. An empty Group is created.
  2. To add objects to a Group, select them in the tree view, and then drag and drop them over the Group.
  3. To remove objects from a Group, drag them out of the Group, and onto the document label at the top of the tree view.

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

Proprietà

An App DocumentObjectGroup (App::DocumentObjectGroup class) is derived from the basic App DocumentObject (App::DocumentObject class), therefore it shares all the latter's properties.

See the properties in the Std Group page.