Draft ToggleConstructionMode

From FreeCAD Documentation
Revision as of 09:29, 3 September 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Draft ToggleConstructionMode

Menyplacering
Draft -> Utilities -> Toggle construction mode
Arbetsbänkar
Draft, Arch
Standard genväg
Ingen
Introducerad i version
-
Se även
Ingen

Description

Konstruktionsläget i Skissmodulen är en enkel inställning som tillåter dig att rita konstruktionsgeometri (vilket är geometri som endast används till att hjälpa dig med att konstruera mer komplexa element) i en speciell grupp, med en speciell färg, så det är lätt att separera dem från resten och stänga av dem när du inte behöver dem.

  • Konstruktion knappen i Skisskommandolådan sätter på och stänger av konstruktionsläget
  • När den knappen trycks in, så kommar alla objekt som du sedan ritar att få konstruktionsfärgen och placeras i konstruktionsgruppen
  • Färgen och gruppnamnet kan ändras i alternativfönstret.
  • En tangentbordsgenväg kan tilldelas till knappen för att lätt kunna stänga på/av funktionen från tangentbordet (Verktyg -> Anpassa -> Tangentbord -> Python -> Toggle Construction Mode)

Description

The Draft module features a construction mode, which allows to draw certain objects in a special group, with a defined color, so it is easy to separate them from the other objects and switch it off when you don't need it, or delete them after you don't need them anymore.

Bug in version 0.19

In FreeCAD version 0.19 this command and the Draft AddConstruction 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. There are several ways to invoke the command:
    • Press the Draft ToggleConstructionMode button in the Draft Tray. This button is depressed if Draft construction mode is currently on.
    • Select the Utilities → Toggle construction mode option from the menu.
    • Use the keyboard shortcut: C then M.
  2. The button in the Draft Tray is updated.

Notes

  • If Draft construction mode is switched on the active layer is ignored.

Preferences

  • To change the label (introduced in version 0.20) of the construction group: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction group name.
  • To change the color that is used: Edit → Preferences... → Draft → General settings → Construction Geometry → Construction geometry color.