Sketcher ParallelFestlegen

From FreeCAD Documentation
Revision as of 20:37, 23 January 2024 by FBXL5 (talk | contribs) (Created page with "==Anwendung==")

Sketcher ParallelFestlegen

Menüeintrag
Skizze → Sketcher-Randbedingungen → Parallel festlegen
Arbeitsbereich
Sketcher
Standardtastenkürzel
P
Eingeführt in Version
-
Siehe auch
Sketcher HorVerFestlegen

Beschreibung

Der Befehl Sketcher ParallelFestlegen legt Linie parallel zueinander fest.

Anwendung

  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.

Skripten

Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))

Die Seite Sketcher Skripterstellung erklärt die Werte, die für Line1 und Line2 verwendet werden können und enthält weitere Beispiele, wie man Randbedingungen mit Python-Skripten erstellt.