Sketcher ConstrainBlock/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:


Oppure premere prima il pulsante, quindi selezionare gli elementi.
Oppure premere prima il pulsante, quindi selezionare gli elementi.

== Scripting ==

{{Code|code=Sketch.addConstraint(Sketcher.Constraint('Block', Edge))}}

The [[Sketcher_scripting|Sketcher scripting]] page explains the values which can be used for {{incode|Edge}} and contains further examples on how to create constraints from Python scripts.



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 23:31, 23 January 2021

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.

Il suo scopo principale è quello di lavorare con le B-Splines che altrimenti possono essere difficili da vincolare completamente.

Utilizzo

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

Oppure premere prima il pulsante, quindi selezionare gli elementi.

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.