Sketcher ConstrainBlock/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[Sketcher_ConstrainSymmetric|Symmetric]]
|[[Sketcher_ConstrainSnellsLaw|Refraction (Snell's law)]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Constraint_Symmetric.svg
|IconR=Sketcher_ConstrainSnellsLaw.svg‎
|IconC=Workbench_Sketcher.svg
}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/ro
{{GuiCommand/ro
Line 10: Line 20:
</div>
</div>


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


<div class="mw-translate-fuzzy">
'''Constrain Block''' permite blocarea unui element geometric pe loc cu ajutorul unei singure constrângeri. Scopul său principal este de a lucra cu [[Sketcher_CreateBSpline|B-Splines]] ceea ce poate fi dificil de restrâns complet în alt mod.
'''Constrain Block''' permite blocarea unui element geometric pe loc cu ajutorul unei singure constrângeri. Scopul său principal este de a lucra cu [[Sketcher_CreateBSpline|B-Splines]] ceea ce poate fi dificil de restrâns complet în alt mod.
</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.

<span id="Usage"></span>
<div class="mw-translate-fuzzy">
== Cum se folosește ==
== Cum se folosește ==
</div>


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

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

<div class="mw-translate-fuzzy">
# Selectează un element de constrângere;
# Selectează un element de constrângere;
# Apăsă butonul {{KEY|[[File:Sketcher ConstrainBlock.png|24px]] '''Constrain Block'''}} .
# Apăsă butonul {{KEY|[[File:Sketcher ConstrainBlock.png|24px]] '''Constrain Block'''}} .
'''Note:''' pașii 1 și 2 pot fi inversați.
'''Note:''' pașii 1 și 2 pot fi inversați.
</div>

===Run-once mode===

# 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.


{{Docnav
|[[Sketcher_ConstrainSymmetric|Symmetric]]
|[[Sketcher_ConstrainSnellsLaw|Refraction (Snell's law)]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Constraint_Symmetric.svg
|IconR=Sketcher_ConstrainSnellsLaw.svg‎
|IconC=Workbench_Sketcher.svg
}}


{{Sketcher_Tools_navi{{#translation:}}}}
[[Category:Sketcher]]
{{Userdocnavi{{#translation:}}}}

Latest revision as of 11:10, 12 May 2024

Constrângere de blocare

poziția meniului
Sketch → Constrângeri desenator → Constrain Block
Ateliere
Sketcher
scurtătură
nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
Constrângere fixă

Descriere

Constrain Block permite blocarea unui element geometric pe loc cu ajutorul unei singure constrângeri. Scopul său principal este de a lucra cu B-Splines ceea ce poate fi dificil de restrâns complet în alt mod.

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.

Cum se folosește

See also: Drawing aids.

Continue mode

  1. Selectează un element de constrângere;
  2. Apăsă butonul Constrain Block .

Note: pașii 1 și 2 pot fi inversați.

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.