Sketcher BSplineConvertToNURBS: Difference between revisions

From FreeCAD Documentation
m (Roy 043 moved page Sketcher BSplineApproximate to Sketcher BSplineConvertToNURBS without leaving a redirect)
(Marked this version for translation)
 
(13 intermediate revisions by the same user not shown)
Line 18: Line 18:
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Version=0.17
|Version=0.17
|SeeAlso=[[Sketcher_CompCreateBSpline|Sketcher Create B-spline]]
|SeeAlso=[[Sketcher_CreateBSpline|Sketcher CreateBSpline]]
}}
}}


Line 24: Line 24:


<!--T:10-->
<!--T:10-->
The [[Image:Sketcher_BSplineApproximate.svg|24px]] [[Sketcher_BSplineApproximate|Sketcher BSplineApproximate]] tool converts compatible geometry, edges and curves, into a B-spline (see [[B-Splines|this page]] for more info about B-splines).
The [[Image:Sketcher_BSplineConvertToNURBS.svg|24px]] [[Sketcher_BSplineConvertToNURBS|Sketcher BSplineConvertToNURBS]] tool converts edges to [[B-Splines|B-splines]].


</translate>
</translate>
[[File:sketcher_BSplineConvertToNurb.png|400px]]
[[File:sketcher_BSplineConvertToNurb.png|300px]]
<translate>
<translate>
<!--T:11-->
<!--T:11-->
Line 33: Line 33:


</translate>
</translate>
[[File:sketcher_BSplineConvertToNurb1.png|400px]]
[[File:sketcher_BSplineConvertToNurb1.png|300px]]
<translate>
<translate>
<!--T:12-->
<!--T:12-->
Line 41: Line 41:


<!--T:5-->
<!--T:5-->
# Select one or several sketch segments
# Select one or more edges.
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* Press the {{Button|[[File:Sketcher_BSplineApproximate.svg|16px]] [[Sketcher_BSplineApproximate|Convert geometry to B-spline]]}} button.
#* Press the {{Button|[[File:Sketcher_BSplineConvertToNURBS.svg|16px]] [[Sketcher_BSplineConvertToNURBS|Convert geometry to B-spline]]}} button.
#* Select the {{MenuCommand|Sketch → Sketcher B-spline tools → [[Image:Sketcher_BSplineApproximate.svg|16px]] Convert geometry to B-spline}} option from the menu.
#* Select the {{MenuCommand|Sketch → Sketcher B-spline tools → [[Image:Sketcher_BSplineConvertToNURBS.svg|16px]] Convert geometry to B-spline}} option from the menu.
# The edges are converted.

==Notes== <!--T:17-->


<!--T:16-->
<!--T:16-->
Make sure to have either the spline [[Sketcher_BSplineDegree|degree]], [[Sketcher_BSplinePolygon|polygon]], [[Sketcher_BSplineComb|comb]], [[Sketcher_BSplineKnotMultiplicity|multiplicity]] or [[Sketcher_BSplinePoleWeight|weight]] visible, otherwise nothing seems to happen. If you converted straight lines, you first need to [[Sketcher_BSplineIncreaseDegree|increase the degree]] of the lines to make them "bendable".
* Make sure to have the B-spline [[Sketcher_BSplineDegree|degree]], [[Sketcher_BSplinePolygon|polygon]], [[Sketcher_BSplineComb|comb]], [[Sketcher_BSplineKnotMultiplicity|multiplicity]] and/or [[Sketcher_BSplinePoleWeight|weight]] visible, otherwise nothing seems to happen.
* If you have converted straight lines you need to [[Sketcher_BSplineIncreaseDegree|increase the degree]] of the created B-splines to make them "bendable".
* The tool does not remove the internal geometry of [[Sketcher_Workbench#Sketcher_CompCreateConic|conics]]. This has to be deleted manually.





Latest revision as of 07:25, 22 April 2024

Sketcher BSplineConvertToNURBS

Menu location
Sketch → Sketcher B-spline tools → Convert geometry to B-spline
Workbenches
Sketcher
Default shortcut
None
Introduced in version
0.17
See also
Sketcher CreateBSpline

Description

The Sketcher BSplineConvertToNURBS tool converts edges to B-splines.

Various objects before conversion.

The same objects after conversion to B-splines.

Usage

  1. Select one or more edges.
  2. There are several ways to invoke the tool:
    • Press the Convert geometry to B-spline button.
    • Select the Sketch → Sketcher B-spline tools → Convert geometry to B-spline option from the menu.
  3. The edges are converted.

Notes

  • Make sure to have the B-spline degree, polygon, comb, multiplicity and/or weight visible, otherwise nothing seems to happen.
  • If you have converted straight lines you need to increase the degree of the created B-splines to make them "bendable".
  • The tool does not remove the internal geometry of conics. This has to be deleted manually.