Sketcher CreateBSpline

From FreeCAD Documentation
Revision as of 00:50, 6 March 2022 by Jnxd (talk | contribs) (Add changes from PR #6463)

Sketcher CreateBSpline

Menu location
Sketch → Sketcher geometries → Create B-Spline
Workbenches
Sketcher
Default shortcut
None
Introduced in version
0.17
See also
Sketcher periodic B-Spline

Description

This tool creates B-Spline curve from its control points. (See this page for more info about B-Splines.)

A B-Spline curve (in white) defined by 4 control points. Pictured are the control polygon in green (the straight lines connecting the control points) and the weight circles in dark yellow. The green digit "3" in the center refers to the degree of the B-spline and the digits "(4)" at the ends of the B-spline refer to their knot multiplicity. The red digit "3" denotes the control point weight which is defined as radius constraint to the control point circle.

Usage

  1. Press the Create B-Spline 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, and a construction circle is created centred on each point.
  3. version 0.20 and above (Optionally) Press "D" before terminating the input to define the degree of the B-Spline.
  4. Right-click to terminate the input and generate the curve.
  5. Depending on preferences, the tool may remain active to trace a new curve. Right-click again to exit the command.
  • It is possible to define the weight of the control points by changing the radii of the weight circles. The equality constraints on the circles need to be deleted first. The radius constraint is arbitrary, the weight of the control points will be defined by the relative radii of the circles. It works similar to gravity: the bigger a circle is in relation to the others, the more the curve will be attracted to the control point.
  • The visibility of the control polygon, the curvature comb, the degree and the knot multiplicity can be toggled on/off from the B-spline tools toolbar.
  • Check out the other tools in the B-spline tools toolbar for more B-Spline editing tools.

Limitations

  • Many types of constraints are not supported at this time. Only the B-spline's control point and end points can be constrained.
  • Trimming and extend tools are not supported.
  • The shape of a B-spline curve can only be edited by dragging one of the control points. The knots lying on the curve cannot be selected.