Sketcher ToggleConstruction: Difference between revisions

From FreeCAD Documentation
(Removed the "Example" paragraph. Does not make sense for such a simple command.)
(Docnav)
Line 5: Line 5:
{{Docnav
{{Docnav
|[[Sketcher_CarbonCopy|Carbon copy]]
|[[Sketcher_CarbonCopy|Carbon copy]]
|[[Sketcher_ConstrainCoincident|Coincident]]
|[[Sketcher_ConstrainCoincidentUnified|Coincident (unified)]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CarbonCopy.svg
|IconL=Sketcher_CarbonCopy.svg
|IconR=Sketcher_ConstrainCoincident.svg
|IconR=Sketcher_ConstrainCoincidentUnified.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
Line 61: Line 61:
{{Docnav
{{Docnav
|[[Sketcher_CarbonCopy|Carbon copy]]
|[[Sketcher_CarbonCopy|Carbon copy]]
|[[Sketcher_ConstrainCoincident|Coincident]]
|[[Sketcher_ConstrainCoincidentUnified|Coincident (unified)]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CarbonCopy.svg
|IconL=Sketcher_CarbonCopy.svg
|IconR=Sketcher_ConstrainCoincident.svg
|IconR=Sketcher_ConstrainCoincidentUnified.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}

Revision as of 13:26, 6 January 2024

Sketcher ToggleConstruction

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

Description

This tool toggles sketch geometry from/to construction mode. It affects all geometry.

Construction geometry is an important tool of the sketcher. When using a sketch for a 3D operation, construction geometry is ignored.

In Edit sketch, construction geometry is shown as blue, and won't turn green when a sketch is fully constrained. Once you Leave sketch, construction geometry is hidden in the 3D view.

Construction lines can be used as rotation axis by the PartDesign Revolution feature.

Usage

There are two ways of using this tool:

  1. Without having anything selected in the 3D view:
    • Invoke construction mode by clicking on the Toggle construction geometry button or by using the Sketch → Sketcher geometries → Toggle construction geometry entry in the Sketcher menu.
    • This will change the color for creating new geometric elements to blue.
    • Newly created geometric elements will now be created in construction mode.
  2. With one or more geometric elements selected in the 3D view
    • Invoke the tool by clicking on the Toggle construction geometry button or by selecting it from the menu
    • The selected elements will now be changed to construction mode.
    • Afterwards newly created elements will again be normal geometry.

Notes