Group/ru

From FreeCAD Documentation
Revision as of 19:16, 18 October 2016 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Group

Menu location
TreeView → Document node → Create group...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
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