Sketcher SelectElementsWithDoFs: Difference between revisions

From FreeCAD Documentation
(WIP)
No edit summary
(10 intermediate revisions by the same user not shown)
Line 25: Line 25:


<!--T:3-->
<!--T:3-->
The [[Image:Sketcher_SelectElementsWithDoFs.svg|24px]] [[Sketcher_SelectElementsWithDoFs|Sketcher SelectElementsWithDoFs]] tool selects sketch elements with remaining degrees of freedom (DoFs).
The [[Image:Sketcher_SelectElementsWithDoFs.svg|24px]] [[Sketcher_SelectElementsWithDoFs|Sketcher SelectElementsWithDoFs]] tool selects the elements with remaining degrees of freedom (DoFs) in the sketch.


If such elements exist in the sketch the [[Sketcher_Dialog#Solver_messages|Solver messages section in the Sketcher Dialog]] displays this message:
If such elements exist in the sketch the [[Sketcher_Dialog#Solver_messages|Solver messages section of the Sketcher Dialog]] displays this message:
: Under constrained: <span style="color:blue;text-decoration:underline;">n DoF(s)</span>
* Under constrained: <span style="color:blue;text-decoration:underline;">n DoF(s)</span>
Where ''n'' is the remaining number of degrees of freedom. Clicking the underlined text will select the unconstrained elements.
Where ''n'' is the remaining number of degrees of freedom. Clicking the underlined text will select the under-constrained elements.

Please note that the sketch can also have under-constrained elements if one of these messages is displayed:
* <span style="color:red;">Redundant constraints: </span><span style="color:blue;text-decoration:underline;">(#, #, #)</span>
* <span style="color:red;">Over-constrained: </span><span style="color:blue;text-decoration:underline;">(#, #, #)</span>


==Usage== <!--T:4-->
==Usage== <!--T:4-->


# Tthere are several ways to invoke this command:
# There are several ways to invoke the tool:
#* Click on the blue link in the [[Task_panel|Tasks panel]] as described above.
#* Click the underlined text in the Sketcher Dialog as described above.
#* Select the {{MenuCommand|Sketch → Sketcher tools → [[Image:Sketcher_SelectElementsWithDoFs.svg|16px]] Select unconstrained DoF}} option from the menu.
#* Select the {{MenuCommand|Sketch → Sketcher tools → [[Image:Sketcher_SelectElementsWithDoFs.svg|16px]] Select unconstrained DoF}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|F}}.
#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|F}}.
# Under-constrained sketch elements are now highlighted in green (default color).
# The under-constrained sketch elements are selected.
# Click anywhere in the sketch to clear the highlight color.
# Optionally click in an empty area in the [[3D_view|3D view]] to clear the selection.





Revision as of 20:53, 27 March 2024

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 SelectElementsWithDoFs

Menu location
Sketch → Sketcher tools → Select unconstrained DoF
Workbenches
Sketcher
Default shortcut
Z F
Introduced in version
0.18
See also
None

Description

The Sketcher SelectElementsWithDoFs tool selects the elements with remaining degrees of freedom (DoFs) in the sketch.

If such elements exist in the sketch the Solver messages section of the Sketcher Dialog displays this message:

  • Under constrained: n DoF(s)

Where n is the remaining number of degrees of freedom. Clicking the underlined text will select the under-constrained elements.

Please note that the sketch can also have under-constrained elements if one of these messages is displayed:

  • Redundant constraints: (#, #, #)
  • Over-constrained: (#, #, #)

Usage

  1. There are several ways to invoke the tool:
    • Click the underlined text in the Sketcher Dialog as described above.
    • Select the Sketch → Sketcher tools → Select unconstrained DoF option from the menu.
    • Use the keyboard shortcut: Z then F.
  2. The under-constrained sketch elements are selected.
  3. Optionally click in an empty area in the 3D view to clear the selection.