Anwendung DokumentObjektGruppe

From FreeCAD Documentation
Revision as of 08:55, 26 July 2020 by Wollhaar (talk | contribs) (Created page with "Eine App DocumentObjectGroup ({{incode|App::DocumentObjectGroup}} Klasse) stammt aus einer Anwendung DokumentObjekt ({...")
Other languages:

Einleitung

Ein App DocumentObjectGroup-Objekt, formell eine App::DocumentObjectGroup, ist ein einfaches Element zur Gruppierung jedes DokumentObjekt-Typs in der Baumansicht aus jedem Datentyp.

Es wurde entwickelt, um Objekte in der Baumansicht für den Anwender logisch zu organisieren.

Simplified diagram of the relationships between the core objects in the program. The App::DocumentObjectGroup class has an extension that allows it to group any type of object; the Group itself doesn't have many properties.

Anwendung

  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.

Siehe Std Group zu vollständigen Informationen, einschließlich der Verwendung in Skripten.

Eigenschaften

Eine App DocumentObjectGroup (App::DocumentObjectGroup Klasse) stammt aus einer Anwendung DokumentObjekt (App::DocumentObject Klasse). Deshalb hat es die meisten Eigenschaften mit letzterem gemein.

Siehe die Eigenschaften auf der Std Group Seite.