Sketcher ToggleConstruction

From FreeCAD Documentation
Revision as of 15:51, 23 March 2024 by Roy 043 (talk | contribs) (wip)
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Sketcher ToggleConstruction

Menu location
Sketch → Sketcher geometries → Toggle construction geometry
Workbenches
Sketcher
Default shortcut
G N
Introduced in version
-
See also
Sketcher ToggleDrivingConstraint

Description

The Sketcher ToggleConstruction tool either toggles all geometry creation tools to/from construction mode or toggles selected geometry to/from construction geometry.

Construction geometry edges are marked with a dedicated color (default blue). Construction geometry is not visible outside the sketch, it is intended to help define constraints and other geometry inside the sketch itself. Construction lines can however be used as a rotation axis by PartDesign Revolution.

Usage

Empty selection

Without having anything selected in the 3D view:

  1. There are several ways to invoke the command:
    • Press the Toggle construction geometry button.
    • Select the Sketcher → Sketcher geometries → Toggle construction geometry option from the menu.
    • Right-click in the 3D view and select the Toggle construction geometry option from the context menu.
    • Use the keyboard shortcut: G then N.
  2. This toggles the creation mode for new geometric elements:
    • In normal mode the color of the tool icons for creating geometric elements is white.
      Newly created geometric elements are created as regular geometry in white.
    • In construction mode the color of the tool icons for creating geometric elements is blue.
      Newly created geometric elements are created as blue construction geometry.

Preselected geometric elements

With one or more geometric elements selected in the 3D view:

  1. Invoke the tool as described above, or with the following additional option:
    • Right-click in the Elements section of the Task panel and select the Toggle construction geometry option from the context menu.
  2. This toggles the selected regular geometric elements to construction elements or vice versa.
    It does not toggle the creation mode.

Notes