Sketcher Contrainte de blocage

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 ConstrainBlock and the translation is 47% complete.
Outdated translations are marked like this.

Sketcher Contrainte de blocage

Emplacement du menu
Esquisse → Contraintes d'esquisse → Contrainte de blocage
Ateliers
Sketcher
Raccourci par défaut
K B
Introduit dans la version
0.17
Voir aussi
Sketcher Contrainte fixe

Description

La Contrainte de blocage permet de bloquer un élément en place à l'aide d'une seule contrainte.

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.

Utilisation

See also: Drawing aids.

Continue mode

  1. Sélectionner un élément à contraindre.
  2. Appuyer sur le bouton Contrainte de blocage.

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.

Script

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

La page Sketcher Scripts explique les valeurs qui peuvent être utilisées pour Edge et contient d'autres exemples sur la façon de créer des contraintes à partir de scripts Python.