Draft SelectGroup: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Module to Workbench renaming.)
Line 6: Line 6:
|[[Draft_AddToGroup|AddToGroup]]
|[[Draft_AddToGroup|AddToGroup]]
|[[Draft_AddConstruction|AddConstruction]]
|[[Draft_AddConstruction|AddConstruction]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_AddToGroup.svg
|IconL=Draft_AddToGroup.svg
|IconR=Draft_AddConstruction.svg
|IconR=Draft_AddConstruction.svg
Line 16: Line 16:
|Name=Draft SelectGroup
|Name=Draft SelectGroup
|MenuLocation=Utilities → Select group
|MenuLocation=Utilities → Select group
|Workbenches=[[Draft_Module|Draft]], [[Arch_Module|Arch]]
|Workbenches=[[Draft_Workbench|Draft]], [[Arch_Workbench|Arch]]
|SeeAlso=[[Std_Group|Std Group]], [[Draft_AddToGroup|Draft AddToGroup]], [[Draft_AddConstruction|Draft AddConstruction]], [[Draft_AutoGroup|Draft AutoGroup]]
|SeeAlso=[[Std_Group|Std Group]], [[Draft_AddToGroup|Draft AddToGroup]], [[Draft_AddConstruction|Draft AddConstruction]], [[Draft_AutoGroup|Draft AutoGroup]]
}}
}}
Line 23: Line 23:


<!--T:2-->
<!--T:2-->
The [[Image:Draft_SelectGroup.svg|24px]] '''Draft SelectGroup''' command selects the content of [[Draft_Layer|Draft Layers]], [[Std_Group|Std Groups]] or group-like [[Arch_Module|Arch]] objects.
The [[Image:Draft_SelectGroup.svg|24px]] '''Draft SelectGroup''' command selects the content of [[Draft_Layer|Draft Layers]], [[Std_Group|Std Groups]] or group-like [[Arch_Workbench|Arch]] objects.


<!--T:12-->
<!--T:12-->
Line 51: Line 51:
|[[Draft_AddToGroup|AddToGroup]]
|[[Draft_AddToGroup|AddToGroup]]
|[[Draft_AddConstruction|AddConstruction]]
|[[Draft_AddConstruction|AddConstruction]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_AddToGroup.svg
|IconL=Draft_AddToGroup.svg
|IconR=Draft_AddConstruction.svg
|IconR=Draft_AddConstruction.svg

Revision as of 18:42, 24 August 2021

Draft SelectGroup

Menu location
Utilities → Select group
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
Std Group, Draft AddToGroup, Draft AddConstruction, Draft AutoGroup

Description

The Draft SelectGroup command selects the content of Draft Layers, Std Groups or group-like Arch objects.

The command currently does not work well with layers and can produce confusing results for objects that occur in both a layer and a group.

Usage

  1. To use this command at least one group or layer must exist.
  2. Select one or more objects, the selection can include groups selected in the Tree view.
  3. There are several ways to invoke the command:
    • Press the Draft SelectGroup button.
    • Select the Utilities → Select group option from the menu.
    • Select the Utilities → Select group option from the Tree view or 3D view context menu.
  4. The results of the command depend on the provided selection:
    • For a simple nested object the group or layer the object is in, and its other content, the siblings of the given object, are selected. The sibling objects can include groups, but the content of those nested groups is not selected.
    • For a given group the group itself, the content of the group, and the content of all nested groups, irrespective of their nesting level, are selected, but the nested groups themselves are not.

Notes