|
Menu location |
---|
Sketch → Sketcher constraints → Constrain parallel |
Workbenches |
Sketcher |
Default shortcut |
P |
Introduced in version |
- |
See also |
None |
The Sketcher ConstrainParallel tool constrains lines to be parallel.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))
The Sketcher scripting page explains the values which can be used for Line1
and Line2
and contains further examples on how to create constraints from Python scripts.