Vazba Rovnoběžnosti

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Sketcher ConstrainParallel and the translation is 0% complete.
Outdated translations are marked like this.

Constraint Parallel

Umístění Menu
Sketch → Sketcher constraints → Constrain parallel
Pracovní stoly
Sketcher, PartDesign
Výchozí zástupce
Nikdo
Představen ve verzi
-
Viz také
Constraint Vertical, Constraint Horizontal

Description

Popis

Vazba rovnoběžnosti zajistí, že dvě vybrané přímky nebo hrany jsou vzájemně rovnoběžné.

Usage

  1. Optionally select two or more lines.
  2. There are several ways to invoke the command:
    • Press the Constrain parallel button.
    • Select the Sketch → Sketcher constraints → Constrain parallel option from the menu.
    • Use the keyboard shortcut: P.
  3. To indicate that the command has been activated the cursor changes to a white cross with the command icon.
  4. Optionally keep selecting elements. You can only select two lines at a time now.
  5. To finish the command press Esc or the right mouse button, or start a another constraints or geometries command.

Scripting

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.