App DocumentObjectGroup/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "'''Obiekt grupy dokumentu''' lub formalnie {{incode|App::DocumentObjectGroup}} to prosty element, który umożliwia grupowanie dowolnego typu obiektów dokumentu w widoku drzewa, bez względu na ich rodzaj danych.")
(Created page with "Został opracowany, aby zorganizować obiekty w widoku drzewa w sposób logiczny dla użytkownika.")
Line 8: Line 8:
'''Obiekt grupy dokumentu''' lub formalnie {{incode|App::DocumentObjectGroup}} to prosty element, który umożliwia grupowanie dowolnego typu [[App_DocumentObject/pl|obiektów dokumentu]] w widoku drzewa, bez względu na ich rodzaj danych.
'''Obiekt grupy dokumentu''' lub formalnie {{incode|App::DocumentObjectGroup}} to prosty element, który umożliwia grupowanie dowolnego typu [[App_DocumentObject/pl|obiektów dokumentu]] w widoku drzewa, bez względu na ich rodzaj danych.


Został opracowany, aby zorganizować obiekty w [[Tree_view/pl|widoku drzewa]] w sposób logiczny dla użytkownika.
It was developed to organize the objects in the [[Tree_view|tree view]] in a way that is logical for the user.


[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]

Revision as of 15:15, 30 March 2024

Other languages:

Wprowadzenie

Obiekt grupy dokumentu lub formalnie App::DocumentObjectGroup to prosty element, który umożliwia grupowanie dowolnego typu obiektów dokumentu w widoku drzewa, bez względu na ich rodzaj danych.

Został opracowany, aby zorganizować obiekty w widoku drzewa w sposób logiczny dla użytkownika.

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.

Usage

  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.

Properties

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.