Sketcher ConstrainBlock/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 23: Line 23:
==Beschreibung==
==Beschreibung==


Das Werkzeug [[Image:Sketcher_ConstrainBlock.svg|24px]] [[Sketcher_ConstrainBlock/de|Sketcher Fixieren]] setzt Kanten an Ort und Stelle mit einer einzigen Randbedingung fest. Es ist hauptsächlich für [[Sketcher_CreateBSpline/de|B-Splines]] gedacht, die sonst nur schwer vollständig bestimmt werden können.
<div class="mw-translate-fuzzy">
Die Randbedingung '''Fixieren''' setzt ein geometrisches Element an Ort und Stelle mit einer einzigen Bedingung fest.
</div>


The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying additional constraints to a blocked edge can modify it.
The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying additional constraints to a blocked edge can modify it.

Revision as of 17:17, 14 May 2024

Sketcher Fixieren

Menüeintrag
Skizze → Sketcher-Randbedingungen → Fixieren
Arbeitsbereich
Sketcher
Standardtastenkürzel
K B
Eingeführt in Version
0.17
Siehe auch
Sketcher Sperren

Beschreibung

Das Werkzeug Sketcher Fixieren setzt Kanten an Ort und Stelle mit einer einzigen Randbedingung fest. Es ist hauptsächlich für B-Splines gedacht, die sonst nur schwer vollständig bestimmt werden können.

The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying additional constraints to a blocked edge can modify it.

Anwendung

See also: Drawing aids.

Continue mode

  1. Ein Element auswählen, das fixiert werden soll.
  2. Die Schaltfläche Fixieren drücken.

Run-once mode

  1. Select one or more edges.
  2. Invoke the tool as explained above, or with the following additional option:
  3. Depending on the selection one or more constraints are added.

Skripten

Sketch.addConstraint(Sketcher.Constraint('Block', Edge))

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