|
Umístění Menu |
---|
Sketch → Sketcher constraints → Constrain equal |
Pracovní stoly |
Sketcher, PartDesign |
Výchozí zástupce |
E |
Představen ve verzi |
- |
Viz také |
Constraint Radius |
Vazba Shodné zajistí, že dva nebo více přímkových segmentů v přímce, lomené čáře nebo obdélníku budou mít stejnou délku. Je-li aplikováno na úhel nebo kružnici, jsou úhly nastaveny na stejnou velikost. Vazba nemůže být použita na základní konstrukce, které nejsou stejného typu (např. na segment přímky a úhel).
The Sketcher ConstrainEqual tool constrains edges to have an equal length (lines) or curvature (other edges except B-splines). Selected edges must have the same type. Circles and circular arcs are of the same type (their radii are made equal), and so are ellipses and elliptical arcs (their major and minor radii are made equal).
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Equal', Edge1, Edge2))
The Sketcher scripting page explains the values which can be used for Edge1
and Edge2
and contains further examples on how to create constraints from Python scripts.