GuiCommand: Name: Sketcher ConstrainSymmetric MenuLocation: Sketch , Sketcher constraints , Constrain symmetric Workbenches: Sketcher_Workbench Shortcut: S SeeAlso:
Sketcher ConstrainSymmetric
Description
The Sketcher ConstrainSymmetric tool constrains two points to be symmetrical around a line or axis, or around a third point.
Usage
See also: Drawing aids.
Continue mode
-
Make sure there is no selection.
-
There are several ways to invoke the tool:
-
Press the
Constrain symmetric button.
-
Select the Sketch → Sketcher constraints →
Constrain symmetric option from the menu.
-
(v1.0)
: Right-click in the 3D view and select the Constrain →
Constrain symmetric option from the context menu.
-
Use the keyboard shortcut: S.
-
-
The cursor changes to a cross with the tool icon.
-
Do one of the following:
- Select two points and a symmetry point (in that order).
- Select two points and a symmetry line (idem).
- Select a point, a symmetry line and another point (idem).
- Select a line and a symmetry point (idem).
-
A constraint is added.
-
Optionally keep creating constraints.
-
To finish, right-click or press Esc, or start another geometry or constraint creation tool.
Run-once mode
-
Do one of the following:
- Select two points and a symmetry point (in that order).
- Select two points and a symmetry line (in any order).
- Select a line and a symmetry point (idem).
-
Invoke the tool as explained above, or with the following additional option:
<small>(v1.0)</small> : Right-click in the [3D view](wiki-test2.php?gitpage=3D_view) and select the **<img src="https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/Sketcher_ConstrainSymmetric.svg" width=16px> Constrain symmetric** option from the context menu.
-
A constraint is added.
Notes
- The arrows of this constraint show the color of the dimensional constraints.
Scripting
Two points and a symmetry line:
Two points and a symmetry point:
A line and a symmetry point (In the GUI one can select a line and a point, but it uses internally the same form as above, with the two extremities of the same line):
The Sketcher scripting page explains the values which can be used for Line1
, Line2
, LineS
, Line
, PointOfLine1
, PointOfLine2
and PointOfLineS
, and contains further examples on how to create constraints from Python scripts.
⏵ documentation index > Sketcher > Sketcher ConstrainSymmetric
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Sketcher_ConstrainSymmetric.md