App DocumentObjectGroup/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Został opracowany, aby zorganizować obiekty w widoku drzewa w sposób logiczny dla użytkownika.")
(Created page with "{{Caption|Schemat uproszczony relacji między podstawowymi obiektami w programie. Klasa {{incode|App::DocumentObjectGroup}} ma rozszerzenie, które pozwala grupować dowolny rodzaj obiektu. Samo Grupowanie nie ma wielu właściwości.}}")
Line 12: Line 12:
[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Simplified diagram of the relationships between the core objects in the program. The {{incode|App::DocumentObjectGroup}} class has an extension that allows it to group any type of object; the Group itself doesn't have many properties.}}
{{Caption|Schemat uproszczony relacji między podstawowymi obiektami w programie. Klasa {{incode|App::DocumentObjectGroup}} ma rozszerzenie, które pozwala grupować dowolny rodzaj obiektu. Samo Grupowanie nie ma wielu właściwości.}}


==Usage==
<span id="Usage"></span>
==Użycie==


# Press the {{Button|[[File:Std_Group.svg|16px]] [[Std_Group|Std Group]]}} button in the structure toolbar. An empty Group is created.
# Press the {{Button|[[File:Std_Group.svg|16px]] [[Std_Group|Std Group]]}} button in the structure toolbar. An empty Group is created.

Revision as of 15:37, 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.

Schemat uproszczony relacji między podstawowymi obiektami w programie. Klasa App::DocumentObjectGroup ma rozszerzenie, które pozwala grupować dowolny rodzaj obiektu. Samo Grupowanie nie ma wielu właściwości.

Użycie

  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.