Sketcher ConstrainBlock/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_ConstrainSymmetric/it|Simmetria]]|[[Sketcher ConstrainLock/it|Blocca]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Symmetric.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_ConstrainLock.svg‎}}
{{Docnav/it|[[Sketcher_ConstrainSymmetric/it|Simmetria]]|[[Sketcher ConstrainLock/it|Blocca]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Symmetric.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_ConstrainLock.svg‎}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/it
{{GuiCommand/it
|Name=Sketcher ConstrainBlock
|Name=Sketcher_ConstrainBlock
|Name/it=Fissa
|Name/it=Fissa
|Workbenches=[[Sketcher Workbench/it|Sketcher]]
|Workbenches=[[Sketcher Workbench/it|Sketcher]]
Line 10: Line 14:
|Version=0.17
|Version=0.17
}}
}}
</div>


<span id="Description"></span>
==Descrizione==
==Descrizione==


<div class="mw-translate-fuzzy">
Il vincolo '''Fissa''' blocca un elemento geometrico in posizione con un singolo vincolo.
Il vincolo '''Fissa''' blocca un elemento geometrico in posizione con un singolo vincolo.
</div>


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.
It is mainly intended to be used with {{Button|[[File:Sketcher_CreateBSpline.svg|16px]] [[Sketcher_CreateBSpline|B-Splines]]}}, which can be difficult to fully constrain otherwise.


<span id="Usage"></span>
==Utilizzo==
==Utilizzo==

See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].

===[[Sketcher_Workbench#Continue_modes|Continue mode]]===


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
# Seleziona un elemento da vincolare;
# Selezionare un elemento da vincolare.
# Premere il pulsante {{KEY|[[File:Sketcher ConstrainBlock.png|24px]] '''Fissa'''}}.
# Premere il pulsante {{Button|[[File:Sketcher_ConstrainBlock.svg|16px]] Fissa}}.
'''Nota:''' i passaggi 1 e 2 possono essere invertiti.
</div>
</div>


===Run-once mode===
Or press the button first, and then select the elements.


# Select one or more edges.
# Invoke the tool as explained above, or with the following additional option:
#* {{Version|1.0}}: Right-click in the [[3D_view|3D view]] and select the {{MenuCommand|[[Image:Sketcher_ConstrainBlock.svg|16px]] Constrain block}} option from the context menu.
# Depending on the selection one or more constraints are added.

== 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">
{{Docnav/it|[[Sketcher_ConstrainSymmetric/it|Simmetria]]|[[Sketcher ConstrainLock/it|Blocca]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Symmetric.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_ConstrainLock.svg‎}}
{{Docnav/it|[[Sketcher_ConstrainSymmetric/it|Simmetria]]|[[Sketcher ConstrainLock/it|Blocca]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Symmetric.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_ConstrainLock.svg‎}}
</div>


{{Sketcher Tools navi{{#translation:}}}}
{{Sketcher_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 15:04, 23 April 2024

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.