While a sketch is being edited, or, in other words, while a sketch is in edit mode, the Sketcher Dialog is displayed on the Task tab of the Combo view.
To put a sketch in edit mode see Sketcher EditSketch. To finish edit mode see
Sketcher LeaveSketch.
The Sketcher Dialog has the following sections:
Some tools add a parameters section at the top of the dialog. Available options and/or modes depend on the tool.
The parameters section of the Sketcher CreateLine tool
This section informs about the state of the sketch.
The possible messages are:
If a sketch is under-constrained the number of degrees of freedom (or DoFs) is indicated. Clicking the underlined text will select the under-constrained sketch elements. See Sketcher SelectElementsWithDoFs.
If a sketch has redundant constraints or is over-constrained the indices of the involved constraints are indicated. Clicking the underlined text will select them. See Sketcher SelectRedundantConstraints and
Sketcher SelectConflictingConstraints.
Malformed constraints can be fixed with Sketcher ValidateSketch.
Some messages are displayed in red for a reason: they are warnings that should not be ignored. They signal issues that must be addressed as they interfere with the solver. The messages are not mutually exclusive. If more than one applies only the first in the list is displayed.
To change the colors used for the message see Fine-tuning.
Available options:
Option | Description |
---|---|
This button opens a menu:
|
This section will only appear if you check the Show section 'Advanced solver control' option in the sketcher preferences.
Note that most of the options in this section are of no practical use. They can however help with testing and understanding the solvers.
Available options:
Option | Description |
---|---|
Default solver | The solver that is used for solving the geometry. LevenbergMarquardt and DogLeg are trust region optimization algorithms. The BFGS solver uses the Broyden–Fletcher–Goldfarb–Shanno algorithm. |
DogLeg Gauss step | This setting is only available for the solver DogLeg. It is the step type used in the DogLeg algorithm. |
Maximum iterations | If the solver needs more iterations to find a convergence to a solution, it will stop and output that it failed. |
Sketch size multiplier | If checked, the maximum iterations will be multiplied by the number of parameters. The idea is that bigger sketches would need more iterations to converge. |
Convergence | The threshold for the squared error. This error is used to determine whether a solution converges or not. |
Eps/Eps1/Tau | These settings are only available for the solver LevenbergMarquardt. You should only change something here if you fully understand how the LevenbergMarquardt solver works. |
Tolg/Tolx/Tolf | These settings are only available for the solver DogLeg. You should only change something here if you fully understand how the DogLeg solver works. |
QR Algorithm | During diagnosing the rank of the matrix is calculated which enables to further analyze the constraint system to determine if there are redundant/conflicting constraints. The rank revealing decomposition used in FreeCAD is QR. There are two algorithms: Eigen Dense QR is a dense matrix QR with full pivoting, which is the legacy proven algorithm that works very well but it is rather slow as the system grows. The Eigen Sparse QR algorithm is an optimization for sparse matrices (having lots of zeros), which is usually much faster, since FreeCAD's systems do have a lot of zeros. |
Pivot threshold | When doing a QR, values under the pivot threshold are treated as zero. |
Redundant Solver | The solver that is used during diagnosing to determine whether a group is redundant or conflicting. |
Red. Max Iterations | The same as Maximum iterations, but for the redundant solving. |
Red. Sketch size multiplier | The same as Sketch size multiplier, but for the redundant solving. |
Red. Convergence | The same as Convergence, but for the redundant solving. |
R.Eps/R.Eps1/R.Tau | The same as Eps/Eps1/Tau, but for the redundant solving. |
R.Tolg/R.Tolx/R.Tolf | The same as Tolg/Tolx/Tolf, but for the redundant solving. |
Console Debug mode | Setting to specify the verbosity of the console output. |
Solve | This button explicitly starts the solver. |
Restore Defaults | This button restores the default solver settings. |
This section lists the constraints in the sketch. Unchecking a constraint in the list will hide it in the sketch. Constraints can be selected in the list as well as in the sketch.
Constraints can also be (un)hidden with Sketcher SwitchVirtualSpace.
Available options:
Option | Description |
---|---|
Filter |
If the Filter checkbox is checked the Filter dropdown list controls which constraints are listed:
|
This button toggles the visibility of the listed constraints in the sketch. | |
This button opens a menu:
| |
Context menu | Right-clicking the background of the list, or right-clicking constraints selected in the list opens a context menu. The menu has the following options:
|
This section lists the elements in the sketch. Unchecking an element in the list will hide it in the sketch. Elements can be selected in the list as well as in the sketch.
Available options:
Option | Description |
---|---|
Filter |
If the Filter checkbox is checked the Filter dropdown list controls which elements are listed:
|
This button opens a menu:
| |
Each element in the list has 1 to 4 buttons organized in 4 columns. These select a specific part of the element. Only applicable buttons are shown.
Clicking the text has the same effect as clicking the first available button of the element.
| |
Context menu | Right-clicking the background of the list, or right-clicking elements selected in the list opens a context menu. The menu contains the Geometric constraint tools, the Dimensional constraint tools and the following additional options:
|