Sketcher ToggleConstruction: Difference between revisions

From FreeCAD Documentation
(The command acts on ALL geometry, not just lines, arcs and circles.)
(Removed the "Example" paragraph. Does not make sense for such a simple command.)
Line 51: Line 51:
#* The selected elements will now be changed to construction mode.
#* The selected elements will now be changed to construction mode.
#* Afterwards newly created elements will again be normal geometry.
#* Afterwards newly created elements will again be normal geometry.

==Example== <!--T:10-->

<!--T:7-->
Use Construction mode on some sketch elements,

</translate>
[[File:Sketcher_ConstructionMode_fr_01.png|450px]]
<translate>

<!--T:12-->
and once you {{Button|[[File:Sketcher_LeaveSketch.svg|16px]] [[Sketcher_LeaveSketch|leave the sketcher editing mode]]}}, geometry that was turned into construction has become invisible in the [[3D_view|3D view]] (but is still present in the Sketcher editing mode).

</translate>
[[File:Sketcher_ConstructionMode_fr_02.png|450px]]
<translate>


== Notes == <!--T:16-->
== Notes == <!--T:16-->

Revision as of 14:07, 26 May 2023

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