- GuiCommand: Name:Sketcher ConstrainDistance MenuLocation:Sketch → Sketcher constraints → Constrain distance Workbenches:Sketcher Shortcut:Shift + D SeeAlso:Sketcher Constrain horizontal distance, Sketcher Constrain vertical distance
Constrain distance constrains the length of a line, the perpendicular distance between a point and a line or the distance between two points to have a specified value.
- Pick two points or one line or one point and one line.
- Invoke the command several ways:
- Press the [ Constrain distance button in the Sketcher toolbar.
- Use the Shift + D keyboard shortcut. (D is for Distance)
- Use the Sketch → Sketcher constraints → [ Constrain distance entry from the top menu.
- A pop up dialog opens to edit or confirm the value. Press OK to validate.
Note: the constraint tool can also be started with no prior selection. To set the perpendicular distance between a point and a line, the point needs to be selected first. By default the command will be in continue mode to create new constraints; press the right mouse button or Esc once to quit the command.
If applicable please consider using the [ Horizontal distance or [ Vertical distance constraints instead. These constraints are more robust and faster to calculate than the ConstrainDistance tool.
Distance from origin:
Distance between two vertices:
Length of line (the GUI allows selecting the edge itself, but it is just a shorthand for using the two extremities of the same line):
Distance from point (Edge, PointOfEdge
) to nearest point on line (Line
):
The Sketcher scripting page explains the values which can be used for Edge1
, Edge2
, Edge
, PointOfEdge1
, PointOfEdge2
, PointOfEdge
and Line
, and contains further examples on how to create constraints from Python scripts.
{{Sketcher Tools navi}}
documentation index > Sketcher > Sketcher ConstrainDistance