Std Group/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav|[[Std Part|Part]]|[[PartDesign Body|Create body]]|[[PartDesign_Workbench|PartDesign]]|IconL=Std_Part.png|IconC=Workbench_PartDesign.svg|IconR=PartDesign Body.png}}
|[[Std Part|Part]]
|[[PartDesign Body|Create body]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=Std_Part.png
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign Body.png
}}


{{GuiCommand
{{GuiCommand|Name=Std Group|MenuLocation=Tree View → Right click on the document name||Workbenches=All|Shortcut=|SeeAlso=[[Draft_SelectGroup|Draft SelectGroup]], [[Draft_AddToGroup|Draft AddToGroup]]}}
|Name=Std Group
|MenuLocation=Tree View → Right click on the document name
|Workbenches=All
|Shortcut=
|SeeAlso=[[Draft_SelectGroup|Draft SelectGroup]], [[Draft_AddToGroup|Draft AddToGroup]
]}}


==Description==
==Description==



This command lets you create a group in the tree view.
This command lets you create a group in the tree view.
Line 12: Line 24:


==Use==
==Use==



Right-click on the name of your FreeCAD-document in the tree-view and choose "create group".
Right-click on the name of your FreeCAD-document in the tree-view and choose "create group".
Line 41: Line 52:
==Properties==
==Properties==


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


==Scripting==
==Scripting==
Line 64: Line 75:




{{Docnav
{{Docnav|[[Std Part|Part]]|[[PartDesign Body|Create body]]|[[PartDesign_Workbench|PartDesign]]|IconL=Std_Part.png|IconC=Workbench_PartDesign.svg|IconR=PartDesign Body.png}}
|[[Std Part|Part]]
|[[PartDesign Body|Create body]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=Std_Part.png
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign Body.png
}}


{{Std Base}}
{{PartDesign Tools navi}}


{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 11:37, 21 October 2019

{{GuiCommand |Name=Std Group |MenuLocation=Tree View → Right click on the document name |Workbenches=All |Shortcut= |SeeAlso=Draft SelectGroup, [[Draft_AddToGroup|Draft AddToGroup] ]}}

Description

This command lets you create a group in the tree view.
It can be used for organizing the structure of your model.

Use

Right-click on the name of your FreeCAD-document in the tree-view and choose "create group".
A group will be created automatically and give the icon of a directory and an automatically chosen name.
You can rename the group by right-clicking on the group and choosing "rename" or using "F2" on your keyboard.
Push FreeCAD-objects into the group or pull them out of the group by clicking on the desired object,
keep left-mouse button pressed and using drag&drop-style to drag the object to desired new location.
As long as there is a "circle with a diagonal line"-sign below the cursor you can't drop your object here.
As soon as the sign changes to a "plus"-symbol it is possible to drop your object here.

  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")

Limitations

Command needs an open FreeCAD-document to work.

Links

Notes