Draft AddConstruction: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 44: Line 44:


<!--T:6-->
<!--T:6-->
* Objects can also be moved to the construction group by drag and dropping them on the group in the [[Tree_view|Tree view]], or by using the [[Draft_AddToGroup|Draft AddToGroup]] command. But in both cases the [[Draft_ToggleConstructionMode#Preferences|construction geometry color]] will not be applied.
* Objects can also be moved to the construction group by drag and dropping them on the group in the [[Tree_view|Tree view]], or by using the [[Draft_AddToGroup|Draft AddToGroup]] command. But in both cases the [[Draft_ToggleConstructionMode#Preferences|construction geometry color]] is not applied.
* For more information about organizing your model see [[Document_structure|Document structure]] and [[Arch_tutorial#Organizing_your_model|Arch tutorial]].
* For more information about organizing your model see [[Document_structure|Document structure]] and [[Arch_tutorial#Organizing_your_model|Arch tutorial]].



Revision as of 08:56, 10 August 2021

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Draft AddConstruction

Menu location
Utilities → Add to Construction group
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
0.17
See also
Draft ToggleConstructionMode, Draft AddToGroup

Description

The Draft AddConstruction command moves objects to the Draft construction group. It also applies the construction geometry color to the objects.

Bug in version 0.19

In FreeCAD version 0.19 this command and the Draft ToggleConstructionMode command will typically use different groups. To avoid this change the Construction group name in the preferences to Draft_Construction: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name. In version 0.20 the Construction group name is used for the label of the construction group, the name of the group is always Draft_Construction.

Usage

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Press the Draft AddConstruction button.
    • Select the Utilities → Add to Construction group option from the menu.
  3. If it does not exist the construction group is created first.
  4. The objects are moved to the construction group and their color properties are changed.

Notes