Group/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Redirected page to Std Group/ru)
Tag: New redirect
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#REDIRECT [[Std_Group/ru]]
{{GuiCommand|Name=Group|Workbenches=All|MenuLocation=TreeView → Document node → Create group...|Shortcut=None|SeeAlso=None}}
[[Image:empty_group.png|300px]]
==Description==
Group is a way to organize objects in the document. Objects inside the group can be turn on or off by changing Visibility of the group. Groups can be nested, e.g. other groups can be created inside the group.

==How to use==
# Right click on active document or on existing group in the [[Document structure|Tree View]] and select {{KEY|Create Group...}}
# Drag-n-drop objects into the group
[[Image:group_with_objects.png|300px]]
==Options==
* To rename the group select a group and press {{KEY|F2}}, or right click a group and select {{KEY|Rename}}

==Properties==
* {{PropertyData|Label}}: Name of the group

==Scripting==
Following command adds new group to the active document:

{{Code|code=
App.ActiveDocument.addObject("App::DocumentObjectGroup","Group")
}}

==Links== <!--T:8-->
* [[Arch tutorial#Organizing your model|Use case in Arch Tutorial]]
* [[Ways_To_Organize_Objects|Organize objects in the document]]
{{clear}}
<languages/>

Latest revision as of 15:54, 25 August 2020

Redirect to: