Group/ru

From FreeCAD Documentation
Revision as of 20:14, 19 February 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
This page is a duplicate of Std CreateGroup and Std_Group.

Group

Системное название
Group
Расположение в меню
TreeView → Document node → Create group...
Верстаки
All
Быстрые клавиши
None
Представлено в версии
-
См. также
None

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

  1. Right click on active document or on existing group in the Tree View and select Create Group...
  2. Drag-n-drop objects into the group

Options

  • To rename the group select a group and press F2, or right click a group and select Rename

Properties

  • ДанныеLabel: Name of the group

Scripting

Following command adds new group to the active document:

App.ActiveDocument.addObject("App::DocumentObjectGroup","Group")

Links