Difference between revisions of "Sketcher BSplineIncreaseDegree"
(proper explanation, step 1) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
|[[Sketcher_Workbench|Sketcher]] | |[[Sketcher_Workbench|Sketcher]] | ||
|IconL=Sketcher_BSplineConvertToNURB.svg | |IconL=Sketcher_BSplineConvertToNURB.svg | ||
+ | |IconR=Sketcher_BSplineIncreaseKnotMultiplicity.svg | ||
|IconC=Workbench_Sketcher.svg | |IconC=Workbench_Sketcher.svg | ||
− | |||
}} | }} | ||
Line 14: | Line 14: | ||
{{GuiCommand | {{GuiCommand | ||
|Name=Sketcher BSplineIncreaseDegree | |Name=Sketcher BSplineIncreaseDegree | ||
+ | |MenuLocation=Sketch → Sketcher B-spline tools → Increase Degree of B-spline | ||
|Workbenches=[[Sketcher_Workbench|Sketcher]] | |Workbenches=[[Sketcher_Workbench|Sketcher]] | ||
− | |||
|Version=0.17 | |Version=0.17 | ||
− | |SeeAlso=[[Sketcher_BSplineDegree|Show/hide B-spline degree]], [[Sketcher_BSplineDecreaseDegree|Decrease B-spline degree]] | + | |SeeAlso=[[Sketcher_BSplineDegree|Sketcher Show/hide B-spline degree]], [[Sketcher_BSplineDecreaseDegree|Sketcher Decrease B-spline degree]] |
}} | }} | ||
Line 25: | Line 25: | ||
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). | + | <!--T:19--> |
+ | 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). | ||
+ | |||
+ | <!--T:20--> | ||
+ | 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_BSplineDegree3.png|400px]] | [[File:Sketcher_BSplineDegree3.png|400px]] | ||
<translate> | <translate> | ||
+ | <!--T:21--> | ||
{{Caption|B-spline with degree 3 and 2 knots that each have the multiplicity 1.}} | {{Caption|B-spline with degree 3 and 2 knots that each have the multiplicity 1.}} | ||
+ | <!--T:22--> | ||
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) | 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) | ||
− | Increasing the degree will | + | <!--T:23--> |
+ | Increasing the degree will add control points and the shape of the spline is not changed: | ||
</translate> | </translate> | ||
[[File:Sketcher_BSplineDegree4.png|400px]] | [[File:Sketcher_BSplineDegree4.png|400px]] | ||
<translate> | <translate> | ||
− | {{Caption|Same B-spline where the degree was changed from 3 to 4. Note that also the knot multiplicity was increased | + | <!--T:24--> |
+ | {{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 | + | <!--T:25--> |
+ | If you take this result and decrease the degree, you cannot get the initial state of the spline information will be lost by this operation. For our example decreasing the degree again leads to this: | ||
</translate> | </translate> | ||
[[File:Sketcher_BSplineDegree3from4.png|400px]] | [[File:Sketcher_BSplineDegree3from4.png|400px]] | ||
<translate> | <translate> | ||
− | {{Caption|Same B-spline where the degree was | + | <!--T:26--> |
+ | {{Caption|Same B-spline where the degree was changed back from 4 to 3. Note that the knot multiplicity was increased.}} | ||
+ | |||
+ | <!--T:27--> | ||
+ | You can see that now each segment has 2 control points and the knots are coincident with each a further control point. The knots have now ''C''<sup>0</sup> continuity so that the spline will get "edges" when you move a control point. So the information of a higher continuity is lost. (see [[Sketcher_BSplineDecreaseKnotMultiplicity#Description|this page]] to for an explanation of the continuity) | ||
+ | |||
==Usage== <!--T:5--> | ==Usage== <!--T:5--> | ||
Line 59: | Line 73: | ||
|[[Sketcher_Workbench|Sketcher]] | |[[Sketcher_Workbench|Sketcher]] | ||
|IconL=Sketcher_BSplineConvertToNURB.svg | |IconL=Sketcher_BSplineConvertToNURB.svg | ||
+ | |IconR=Sketcher_BSplineIncreaseKnotMultiplicity.svg | ||
|IconC=Workbench_Sketcher.svg | |IconC=Workbench_Sketcher.svg | ||
− | |||
}} | }} | ||
Latest revision as of 20:48, 2 December 2020
Menu location |
---|
Sketch → Sketcher B-spline tools → Increase Degree of B-spline |
Workbenches |
Sketcher |
Default shortcut |
None |
Introduced in version |
0.17 |
See also |
Sketcher Show/hide B-spline degree, Sketcher Decrease B-spline degree |
Contents |
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).
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 and the shape of the spline is not 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 information will be lost by this operation. For our example decreasing the degree again leads to this:
Same B-spline where the degree was changed back from 4 to 3. Note that the knot multiplicity was increased.
You can see that now each segment has 2 control points and the knots are coincident with each a further control point. The knots have now C0 continuity so that the spline will get "edges" when you move a control point. So the information of a higher continuity is lost. (see this page to for an explanation of the continuity)
Usage
- The tools: New sketch, Edit sketch, Leave sketch, View sketch, View section, Map sketch to face, Reorient sketch, Validate sketch, Merge sketches, Mirror sketch
- Sketcher geometries: Point, Line by 2 point, Create an arc, Arc, Arc by 3 Point, Create a circle, Circle, Circle by 3 Point, Create a conic, Ellipse by center, Ellipse by 3 points, Arc of ellipse, Arc of hyperbola, Arc of parabola, Create a B-spline, Create B-spline, Create periodic B-pline, Polyline (multiple-point line), Rectangle, Create regular polygon, Triangle, Square, Pentagon, Hexagon, Heptagon, Octagon, Create Regular Polygon, Slot, Fillet, Trimming, Extend, External Geometry, CarbonCopy, Construction Mode
- Sketcher constraints
- Geometric constraints Coincident, Point On Object, Vertical, Horizontal, Parallel, Perpendicular, Tangent, Equal Length, Symmetric, Constrain Block
- Dimensional constraints Lock, Horizontal Distance, Vertical Distance, Distance, Radius, Internal Angle, Snell's Law, Internal Alignment, Toggle reference/driving constraint,
- Sketcher tools Select solver DOFs, Close Shape, Connect Edges, Select Constraints, Select Origin, Select Vertical Axis, Select Horizontal Axis, Select Redundant Constraints, Select Conflicting Constraints, Select Elements Associated with constraints, Show/Hide internal geometry, Symmetry, Clone, Copy, Move, Rectangular Array, Delete All Geometry, Delete All Constraints
- Sketcher B-spline tools Show/Hide B-spline degree, Show/Hide B-spline control polygon, Show/Hide B-spline curvature comb, Show/Hide B-spline knot multiplicity, Convert Geometry to B-spline, Increase degree, Increase knot multiplicity, Decrease knot multiplicity
- Sketcher virtual space Switch Virtual Space

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties; Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Raytracing, Reverse Engineering, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Deprecated or unmaintained workbenches: Complete, Drawing, Robot
- Hubs: User hub, Power users hub, Developer hub