Sketcher SelectConflictingConstraints: Difference between revisions

From FreeCAD Documentation
(Proposal to match with SelectElementsWithDoFs)
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Page_in_progress}}
<translate>
<translate>


Line 24: Line 25:


<!--T:5-->
<!--T:5-->
The [[Image:Sketcher_SelectConflictingConstraints.svg|24px]] [[Sketcher_SelectConflictingConstraints|Sketcher SelectConflictingConstraints]] command
The [[Image:Sketcher_SelectConflictingConstraints.svg|24px]] [[Sketcher_SelectConflictingConstraints|Sketcher SelectConflictingConstraints]] tool selects the conflicting constraints in the sketch.
selects the conflicting constraints of a sketch.


If such constraints exist in the sketch the [[Sketcher_Dialog#Solver_messages|Solver messages section of the Sketcher Dialog]] displays this message:
In edit mode the '''Solver messages''' section at the top of the [[Task_panel|Tasks panel]], one of the following messages will be displayed:
* <span style="color:red;">Over-constrained: </span><span style="color:blue;text-decoration:underline;">(#, #, #)</span>

Where ''(#, #, #)'' are the indices of the constraints. Clicking the underlined text will select the conflicting constraints.
* <blockquote><span style="color:green;">Fully constrained sketch </span> </blockquote>
* <blockquote><span style="color:red;">Redundant constraints </span> <span style="color:blue;text-decoration:underline;">(X)</span> </blockquote>
: where "X" is a list of the index numbers of the redundant constraints in the sketch. A click on the blue link invokes the [[Image:Sketcher_SelectRedundantConstraints.svg|16px]] [[Sketcher_SelectRedundantConstraints|Sketcher SelectRedundantConstraints]] command.
* <blockquote>Under-constrained sketch with <span style="color:blue;text-decoration:underline;">X degrees</span> of freedom</blockquote>
: where "X" is the number of degrees of freedom remaining in the sketch. A click on the blue link invokes the [[Image:Sketcher_SelectElementsWithDoFs.svg|16px]] [[Sketcher_SelectElementsWithDoFs|Sketcher SelectElementsWithDoFs]] command.
* <blockquote><span style="color:red;">Over-constrained sketch </span> <span style="color:blue;text-decoration:underline;">(X)</span> </blockquote>
: where "X" is a list of the index numbers of the conflicting constraints in the sketch. A click on the blue link invokes this [[Image:Sketcher_SelectConflictingConstraints.svg|16px]] [[Sketcher_SelectConflictingConstraints|Sketcher SelectConflictingConstraints]] command to select all conflicting constraints.


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


<!--T:6-->
<!--T:6-->
# In Sketcher edit mode there 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_SelectConflictingConstraints.svg|16px]] Select conflicting constraints}} option from the menu.
#* Select the {{MenuCommand|Sketch → Sketcher tools → [[Image:Sketcher_SelectConflictingConstraints.svg|16px]] Select conflicting constraints}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|P}}, then {{KEY|C}}.
#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|P}}, then {{KEY|C}}.
#The conflicting constraints of the sketch will be selected.
# The conflicting constraints are selected.
# Optionally click in an empty area in the [[3D_view|3D view]] to clear the selection.

==Notes==

* Conflicting constraints must be removed from the sketch.
* Instead of the proposed indices it is also possible to delete other constraints.





Revision as of 20:51, 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 SelectConflictingConstraints

Menu location
Sketch → Sketcher tools → Select conflicting constraints
Workbenches
Sketcher
Default shortcut
Z P C
Introduced in version
0.15
See also
None

Description

The Sketcher SelectConflictingConstraints tool selects the conflicting constraints in the sketch.

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

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

Where (#, #, #) are the indices of the constraints. Clicking the underlined text will select the conflicting constraints.

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 conflicting constraints option from the menu.
    • Use the keyboard shortcut: Z then P, then C.
  2. The conflicting constraints are selected.
  3. Optionally click in an empty area in the 3D view to clear the selection.

Notes

  • Conflicting constraints must be removed from the sketch.
  • Instead of the proposed indices it is also possible to delete other constraints.