Sketcher BSplineDecreaseKnotMultiplicity/it: Difference between revisions

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

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_BSplineIncreaseKnotMultiplicity/it|Aumentare la molteplicità di nodi di una BSpline]]|[[Sketcher_SwitchVirtualSpace/it|Spazio virtuale]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Sketcher_BSplineIncreaseKnotMultiplicity.svg|IconC=Workbench_Sketcher.svg|IconR=Sketcher SwitchVirtualSpace.png‎}}
{{Docnav/it|[[Sketcher_BSplineIncreaseKnotMultiplicity/it|Aumentare la molteplicità di nodi di una BSpline]]|[[Sketcher_SwitchVirtualSpace/it|Spazio virtuale]]|[[Sketcher_Workbench/it|Sketcher]]|IconC=Workbench_Sketcher.svg
|IconL=Sketcher_BSplineIncreaseKnotMultiplicity.svg
|IconR=Sketcher_SwitchVirtualSpace.svg‎‎}}
</div>
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/it
{{GuiCommand/it
|Name=Sketcher_BSplineDecreaseKnotMultiplicity
|Name=Sketcher BSplineDecreaseKnotMultiplicity
|Name/it=Diminuisci molteplicità
|Name/it=Diminuisci la molteplicità
|Workbenches=[[Sketcher Workbench/it|Sketcher]]
|Workbenches=[[Sketcher Workbench/it|Sketcher]]
|MenuLocation=Sketch → Sketcher B-spline tools → Diminuisci molteplicità
|MenuLocation=Sketch → Strumenti B-spline → Diminuisci la molteplicità
|Version=0.17
|Version=0.17
|SeeAlso=[[Sketcher CompCreateBSpline/it|Crea B-spline]]
|SeeAlso=[[Sketcher CompCreateBSpline/it|Crea B-spline]]
}}
}}
</div>


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


<div class="mw-translate-fuzzy">
Diminuisce la molteplicità del nodo di curva B-spline (vedere: [https://en.wikipedia.org/wiki/B-spline B-spline]).
Diminuisce la molteplicità del nodo di curva B-spline (vedere: [https://en.wikipedia.org/wiki/B-spline B-spline]).
</div>


<span id="Usage"></span>
[[File:sketcher_SampleBSplineDecreaseKnotMultiplicity.png]]
==Utilizzo==
{{Caption|Curva B-spline che mostra una molteplicità di nodi decrescente.}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
# Selezionare un nodo di una B-spline
==Uso==
# Richiamare lo strumento usando uno di questi metodi:
# Selezionare una B-spline e applicare.
#* Premere il pulsante {{Button|[[File:Sketcher_BSplineDecreaseKnotMultiplicity.svg|16px]] [[Sketcher_BSplineDecreaseKnotMultiplicity/it|Diminuisci la molteplicità]]}} nella barra degli strumenti.
#* Usare la voce {{MenuCommand|Sketch → Strumenti B-spline → [[File:Sketcher_BSplineDecreaseKnotMultiplicity.svg|16px]] Diminuisci la molteplicità}} dal menu principale.
</div>
</div>


==Example==
# Select a B-spline knot

# Invoke the tool using several methods:
See [[Sketcher_BSplineIncreaseKnotMultiplicity#Example|Sketcher_BSplineIncreaseKnotMultiplicity]]
#* Press the {{KEY|[[Image:Sketcher_BSplineDecreaseKnotMultiplicity.svg|24px]]}} button in the toolbar.

#* Use the {{MenuCommand|Sketch → Sketcher B-spline tools → Decrease knot multiplicity}} entry in the top menu.
==Notes==

If you decrease the multiplicity of a knot to zero, the knot vanishes. Mathematically it then appears zero times in the knot vector, meaning there is no longer a basis function. Understanding this requires some math, but it will also be clear if you look at the multiplicity. For example a knot with multiplicity 0 on a B-spline with degree 3
means that at the position of the knot two Bézier pieces are connected with ''C<sup>3</sup>'' continuity. So the third derivative should be equal on both sides of the knot. However for a cubic Bézier curve this means that both sides must be part of the same curve. There is then effectively no longer a knot connecting two Bézier curves.



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_BSplineIncreaseKnotMultiplicity/it|Aumentare la molteplicità di nodi di una BSpline]]|[[Sketcher_SwitchVirtualSpace/it|Spazio virtuale]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Sketcher_BSplineIncreaseKnotMultiplicity.svg|IconC=Workbench_Sketcher.svg|IconR=Sketcher SwitchVirtualSpace.png‎}}
{{Docnav/it|[[Sketcher_BSplineIncreaseKnotMultiplicity/it|Aumentare la molteplicità di nodi di una BSpline]]|[[Sketcher_SwitchVirtualSpace/it|Spazio virtuale]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Sketcher_BSplineIncreaseKnotMultiplicity.svg|IconC=Workbench_Sketcher.svg|IconR=Sketcher_SwitchVirtualSpace.svg}}
</div>
</div>


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

Latest revision as of 07:36, 22 April 2024

Diminuisci la molteplicità

Posizione nel menu
Sketch → Strumenti B-spline → Diminuisci la molteplicità
Ambiente
Sketcher
Avvio veloce
Nessuno
Introdotto nella versione
0.17
Vedere anche
Crea B-spline

Descrizione

Diminuisce la molteplicità del nodo di curva B-spline (vedere: B-spline).

Utilizzo

  1. Selezionare un nodo di una B-spline
  2. Richiamare lo strumento usando uno di questi metodi:
    • Premere il pulsante Diminuisci la molteplicità nella barra degli strumenti.
    • Usare la voce Sketch → Strumenti B-spline → Diminuisci la molteplicità dal menu principale.

Example

See Sketcher_BSplineIncreaseKnotMultiplicity

Notes

If you decrease the multiplicity of a knot to zero, the knot vanishes. Mathematically it then appears zero times in the knot vector, meaning there is no longer a basis function. Understanding this requires some math, but it will also be clear if you look at the multiplicity. For example a knot with multiplicity 0 on a B-spline with degree 3 means that at the position of the knot two Bézier pieces are connected with C3 continuity. So the third derivative should be equal on both sides of the knot. However for a cubic Bézier curve this means that both sides must be part of the same curve. There is then effectively no longer a knot connecting two Bézier curves.