Sketcher BSplineIncreaseDegree: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(final step)
(One intermediate revision by the same user not shown)
Line 17: Line 17:
|MenuLocation=Sketch → Sketcher B-spline tools → Increase Degree of B-spline
|MenuLocation=Sketch → Sketcher B-spline tools → Increase Degree of B-spline
|Version=0.17
|Version=0.17
|SeeAlso=[[Sketcher_CompCreateBSpline|Sketcher Create B-spline]], [[Sketcher_BSplineDecreaseDegree|Decrease B-spline degree]]
|SeeAlso=[[Sketcher_BSplineDegree|Show/hide B-spline degree]], [[Sketcher_BSplineDecreaseDegree|Decrease B-spline degree]]
}}
}}


Line 24: Line 24:
<!--T:10-->
<!--T:10-->
Increases the degree of the B-spline(see [https://en.wikipedia.org/wiki/B-spline B-spline]).
Increases the degree of the B-spline(see [https://en.wikipedia.org/wiki/B-spline B-spline]).

B-splines are basically a combination of [https://en.wikipedia.org/wiki/Bezier_curve#Constructing_B%C3%A9zier_curves Bézier curves] (nicely explained in [https://www.youtube.com/watch?v=bE1MrrqBAl8 this] and [https://www.youtube.com/watch?v=xXJylM2S72s this] video). These curves have degree - 1 control points.<br/>In this cubic spline (degree 3) there are 3 segments, meaning 3 curves are connected at 2 knots<br>(degree is indicated by the number, indication can be changed using the toolbar button {{Button|[[File:Sketcher_BSplineDegree.svg|24px]] [[Sketcher_BSplineDegree|Show/hide B-spline degree]]}}):


</translate>
</translate>
[[File:Sketcher_SampleBSplineIncreaseDegree.png|350px]]
[[File:Sketcher_BSplineDegree3.png|400px]]
<translate>
<translate>
{{Caption|B-spline with degree 3 and 2 knots that each have the multiplicity 1.}}


The outer segments have each 2 control points, the inner one none to fulfill the constraint that the knots have multiplicity 1. (see [[Sketcher_BSplineDecreaseKnotMultiplicity#Description|this page]] for an explanation of the multiplicity)
<!--T:13-->

{{Caption|Same B-spline with different Degrees.}}
Increasing the degree will add control points so that the shape of the spline is not changes. Therefore segments will be added. For our example you see a lot of new spline segments with each one control point and the shape of the spline has only slightly been changed:

</translate>
[[File:Sketcher_BSplineDegree4.png|400px]]
<translate>
{{Caption|Same B-spline where the degree was changed from 3 to 4. Note that also the knot multiplicity was increased.}}

If you take this result and decrease the degree, you cannot get the initial state of the spline because information was lost by the increase of the degree. For our example decreasing the degree again leads to this:

</translate>
[[File:Sketcher_BSplineDegree3from4.png|400px]]
<translate>
{{Caption|Same B-spline where the degree was again changed from 4 to 3. Note that the knot multiplicity was not also decreased but increased again.}}


==Usage== <!--T:5-->
==Usage== <!--T:5-->
Line 36: Line 52:
<!--T:17-->
<!--T:17-->
# Select an edge from an existing B-spline, and press {{Button|[[File:Sketcher_BSplineIncreaseDegree.svg|24px]] '''Increase B-spline degree'''}}.
# Select an edge from an existing B-spline, and press {{Button|[[File:Sketcher_BSplineIncreaseDegree.svg|24px]] '''Increase B-spline degree'''}}.



<!--T:8-->
<!--T:8-->

Revision as of 03:03, 1 November 2020

Sketcher BSplineIncreaseDegree

Menu location
Sketch → Sketcher B-spline tools → Increase Degree of B-spline
Workbenches
Sketcher
Default shortcut
None
Introduced in version
0.17
See also
Show/hide B-spline degree, Decrease B-spline degree

Description

Increases the degree of the B-spline(see B-spline).

B-splines are basically a combination of Bézier curves (nicely explained in this and this video). These curves have degree - 1 control points.
In this cubic spline (degree 3) there are 3 segments, meaning 3 curves are connected at 2 knots
(degree is indicated by the number, indication can be changed using the toolbar button Show/hide B-spline degree):

B-spline with degree 3 and 2 knots that each have the multiplicity 1.

The outer segments have each 2 control points, the inner one none to fulfill the constraint that the knots have multiplicity 1. (see this page for an explanation of the multiplicity)

Increasing the degree will add control points so that the shape of the spline is not changes. Therefore segments will be added. For our example you see a lot of new spline segments with each one control point and the shape of the spline has only slightly been changed:

Same B-spline where the degree was changed from 3 to 4. Note that also the knot multiplicity was increased.

If you take this result and decrease the degree, you cannot get the initial state of the spline because information was lost by the increase of the degree. For our example decreasing the degree again leads to this:

Same B-spline where the degree was again changed from 4 to 3. Note that the knot multiplicity was not also decreased but increased again.

Usage

  1. Select an edge from an existing B-spline, and press Increase B-spline degree.