Sketcher CreateBSplineByInterpolation/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/de |GeschlossenenB-SplineErstellen |GeschlossenenB-SplineDurchInterpolationErstellen |Sketcher |IconL=Sketcher_CreatePeriodicBSpline.svg |IconR=Sketcher_CreatePeriodicBSplineByInterpolation.svg |IconC=Workbench_Sketcher.svg }}")
(Created page with "{{GuiCommand/de |Name=Sketcher CreateBSplineByInterpolation |Name/de=Sketcher B-SplineDurchInterpolationErstellen |MenuLocation=Skizze → Skizzengeometrien → B-Spline interpolieren |Workbenches=Sketcher |Shortcut={{KEY|G}} {{KEY|B}} {{KEY|I}} |Version=0.21 |SeeAlso=Sketcher GeschlossenenB-SplineErstellen }}")
Line 10: Line 10:
}}
}}


{{GuiCommand/de
<div lang="en" dir="ltr" class="mw-content-ltr">
{{GuiCommand
|Name=Sketcher CreateBSplineByInterpolation
|Name=Sketcher CreateBSplineByInterpolation
|Name/de=Sketcher B-SplineDurchInterpolationErstellen
|MenuLocation=Sketch → Sketcher geometries → Interpolate B-spline
|MenuLocation=Skizze → Skizzengeometrien → B-Spline interpolieren
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Workbenches=[[Sketcher_Workbench/de|Sketcher]]
|Shortcut={{KEY|G}} {{KEY|B}} {{KEY|I}}
|Shortcut={{KEY|G}} {{KEY|B}} {{KEY|I}}
|Version=0.21
|Version=0.21
|SeeAlso=[[Sketcher_CreatePeriodicBSpline|Sketcher Periodic B-spline]]
|SeeAlso=[[Sketcher_CreatePeriodicBSpline/de|Sketcher GeschlossenenB-SplineErstellen]]
}}
}}
</div>


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

Revision as of 19:02, 12 June 2023

Other languages:

Sketcher B-SplineDurchInterpolationErstellen

Menüeintrag
Skizze → Skizzengeometrien → B-Spline interpolieren
Arbeitsbereich
Sketcher
Standardtastenkürzel
G B I
Eingeführt in Version
0.21
Siehe auch
Sketcher GeschlossenenB-SplineErstellen

Beschreibung

This tool creates a B-spline curve passing through given points. See this page for more info about B-splines.

Anwendung

  1. Press the B-spline by knots button.
  2. Create a series of points by clicking in the 3D view. While the command is active, the created points are connected with straight lines.
  3. Optionally press M before terminating the input to define the multiplicity of the knot at the last defined point (note that this may not always be respected, see limitations for details).
  4. Optionally press Backspace before terminating the input to delete the last created control point.
  5. Right-click to terminate the input and generate the curve.
  6. Depending on preferences, the tool may remain active to trace a new curve. Right-click again to exit the command.

Hinweise

Einschränkungen

  • The resultant curve is no different than a (non-uniform) B-spline defined through control points. So all related limitations apply. See Sketcher CreateBSpline.
  • The B-splines created are always cubic (i.e. with degree 3).
  • The defined multiplicity may not always be respected:
    • For a periodic spline, the first knot (coincident with last) always has a multiplicity of 2.
    • For a non-periodic spline, the first and last knots always have a multiplicity of 4.
    • If the points just before and just after have multiplicities >=3, the piece between these two is fully continuous, and this (middle) point will only be constrained with point-on-object. If a knot is needed, consider using the insert knot tool.