Draft AddToGroup: Difference between revisions

From FreeCAD Documentation
No edit summary
(Undo revision 1080755 by David69 (talk)This change does not follow GuiCommand_model.)
Tag: Undo
Line 34: Line 34:
# Select one or more objects.
# Select one or more objects.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Draft_AddToGroup.svg|16px]] [[Draft_AddToGroup|Draft Move to group...]]}} button.
#* Press the {{Button|[[Image:Draft_AddToGroup.svg|16px]] [[Draft_AddToGroup|Draft AddToGroup]]}} button.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_AddToGroup.svg|16px]] Move to group...}} option from the menu.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_AddToGroup.svg|16px]] Move to group...}} option from the menu.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_AddToGroup.svg|16px]] Move to group...}} option from the [[Tree_view|Tree view]] or [[3D_view|3D view]] context menu.
#* Select the {{MenuCommand|Utilities → [[Image:Draft_AddToGroup.svg|16px]] Move to group...}} option from the [[Tree_view|Tree view]] or [[3D_view|3D view]] context menu.

Revision as of 10:14, 25 November 2021

Draft AddToGroup

Menu location
Utilities → Move to group...
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
Std Group, Draft AddNamedGroup, Draft AddConstruction, Draft AutoGroup

Description

The Draft AddToGroup command moves objects to a Std Group. It can also ungroup objects.

In FreeCAD version 0.20 the command can also handle group-like Arch objects.

Usage

  1. To use this command in FreeCAD version 0.19 and earlier at least one group must exist.
  2. Select one or more objects.
  3. There are several ways to invoke the command:
    • Press the Draft AddToGroup button.
    • Select the Utilities → Move to group... option from the menu.
    • Select the Utilities → Move to group... option from the Tree view or 3D view context menu.
  4. A menu is displayed near the cursor. Do one of the following:
    • Select Ungroup to move the objects out of the group(s) they are in.
    • Select the group you want to move the objects to.
    • Select + Add new group to move the objects to a new group: introduced in version 0.20
      1. The Add group task panel opens.
      2. Enter a Group name.
      3. Press the OK button.

Notes