Sketcher: Fissa

From FreeCAD Documentation
This page is a translated version of the page Sketcher ConstrainBlock and the translation is 20% complete.
Outdated translations are marked like this.

Fissa

Posizione nel menu
Sketch → Vincoli → Fissa
Ambiente
Sketcher
Avvio veloce
Nessuno
Introdotto nella versione
0.17
Vedere anche
Blocca

Descrizione

Il vincolo Fissa blocca un elemento geometrico in posizione con un singolo vincolo.

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

Utilizzo

See also: Drawing aids.

Continue mode

  1. Selezionare un elemento da vincolare.
  2. Premere il pulsante Fissa.

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.

Scripting

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

The Sketcher scripting page explains the values which can be used for Edge and contains further examples on how to create constraints from Python scripts.