Sketcher ConstrainHorizontal |
Menu location |
---|
Sketch → Sketcher constraints → Constrain horizontal |
Workbenches |
Sketcher |
Default shortcut |
H |
Introduced in version |
- |
See also |
Sketcher ConstrainHorVer, Sketcher ConstraintVertical |
The Sketcher ConstrainHorizontal tool constrains lines or pairs of points to be horizontal (parallel to the horizontal axis of the sketch).
introduced in version 1.0: In most cases it is advisable to use the combined Sketcher ConstrainHorVer tool instead.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Horizontal', Line))
The Sketcher scripting page explains the values which can be used for Line
and contains further examples on how to create constraints from Python scripts.