Sketcher: Constrângere de Verticalitate

From FreeCAD Documentation
Revision as of 23:25, 23 January 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Vertical constraint

poziția meniului
Sketch → Sketcher constraints → Constrain vertically
Ateliere
Sketcher
scurtătură
V
Prezentat în versiune
-
A se vedea, de asemenea,
Constraint Horizontal

Descriere

Creates a vertical constraint to the selected lines or polyline elements. More than one object can be selected.

Utilizare

  1. Select the lines or vertices to be constrained vertically
  2. To invoke the vertical constraint command:
    • Press the Constrain vertical.
    • Use the V keyboard shortcut
    • Use the Sketch → Sketcher constraints → Constrain vertically entry in the Sketch dropdown menu
  3. Alternatively, the tool can be started without prior selection, and it will expect a selection; but only lines will be selectable.
  4. Right-click or press Esc once, to exit the tool.

Scripting

Sketch.addConstraint(Sketcher.Constraint('Vertical', 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.