Curve

    Reference

    A Bézier curve can be edited by transforming the locations of both control points and handles.NURBS curve on the other hand have only control points.

    • Move, Rotate, Scale
    • Like other elements in Blender, curve control points and handles can bemoved, rotated, or scaled as described in.
    • To Sphere, Shear, Warp, Bend, Push/Pull, Warp, Randomize
    • Move/Scale Texture Space
    • Like other objects, curves have textures spaces which can beedited.

    Reference

    Mode:Edit Mode
    Tool:Toolbar ‣ Radius
    Menu:Curve ‣ Transform ‣ Radius
    Hotkey:Alt-S

    The Radius allows you to directly control the width of the extrusion along the "spinal" curve.The radius will be interpolated from point to point (you can check it with the normals).The Radius of the points is set using the Radius transform tool. Or in the Sidebar Transform panel.

    One control point radius set to zero.

    Mirror

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Mirror
    Hotkey:Ctrl-M

    The Mirror tool is also available, behaving exactly as withmesh vertices.

    Snap

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Snap
    Hotkey:Shift-S

    also works with curve components.Both control points and their handles will be affected by snapping,except for within itself (other components of the active curve).Snapping works with 2D curves but points will be constrained to the local XY axes.

    Spin

    Reference

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Add Duplicate
    Hotkey:Shift-D

    This tool duplicates the selected control points,along with the curve segments implicitly selected (if any).If only a handle is selected, the full point will be duplicated too.The copy is selected and placed in select mode, so you can move it to another place.

    Split

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Split
    Hotkey:Y

    The Split operator splits a selected segment of a curve from the rest of the curve.This curve can then be moved or altered without affecting the other curve.If a single control point is selected the Split operator will create a new singular loose control point;leaving the previously selected control point attached to the rest of the curve.

    Separate

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Separate
    Hotkey:P

    Curve objects that are made of multiple distinct curves can be separated into their ownobjects by selecting the desired segments and pressing P.Note, if there is only one curve in a Curve object,Separate will create a new Curve object with no control points.

    Toggle Cyclic

    Reference

    This toggles between an open curve and closed curve (Cyclic).Only curves with at least one selected control point will be closed/open.The shape of the closing segment is based on the start and end handles for Bézier curves,and as usual on adjacent control points for NURBS.The only time a handle is adjusted after closing is if the handle is an Auto one.Fig. Open and Closed curves. is the same Bézier curve open and closed.

    This action only works on the original starting control point or the last control point added.Deleting a segment(s) does not change how the action applies;it still operates only on the starting and last control points. This means thatAlt-C may actually join two curves instead of closing a single curve!Remember that when a 2D curve is closed, it creates a renderable flat face.

    ../../../_images/modeling_curves_editing_introduction_open-closed-cyclic.pngOpen and Closed curves.

    Mode:Edit Mode
    Menu:Curve ‣ Set Spline Type

    Set Spline Type converts splines in a curve object between Bézier, NURBS, and Poly curves.Note, this is not a "smart" conversion, i.e. Blender does not try to keep the same shape,nor the same number of control points. For example, when converting a NURBS to a Bézier,each group of three NURBS control points become a unique Bézier one (center point and two handles).

    See also

    /from Mesh.

    Show/Hide

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Show/Hide
    Hotkey:Alt-H, H, Shift-H

    When in Edit Mode, you can hide and reveal elements from the display.You can only show or hide control points, as segments are always shown,unless all control points of the connected curve are hidden,in which case the curve is fully hidden.

    See 显示/隐藏 in Object Mode.See also the panel.

    Cleanup

    Decimate Curve

    Reference

    Mode:Edit Mode
    Menu:Curve ‣ Clean Up ‣ Decimate Curve

    The Decimate Curve operator reduces the number of control pointswhile trying to maintain the curves original shape.This operator works similar to its mesh counterpart.

    • Ratio
    • The percentage of control points to remove.

    Note

    This tool can only decimate Bézier curves.

    Delete

    Options for the Delete pop-up menu:

    • Vertices
    • This will delete the selected control points, without breaking the curve(i.e. the adjacent points will be directly linked, joined, once the intermediary ones are deleted).Remember that NURBS order cannot be higher than its number of control points,so it might decrease when you delete some control point.Of course, when only one point remains, there is no more visible curve,and when all points are deleted, the curve itself is deleted.
    • Segment
    • Deletes the segment that connects the selected control points and disconnecting them.
    • Deletes the selected control points, while the remaining segment is fitted to the deleted curveby adjusting its handles.
    Before deleting.../../../_images/modeling_curves_editing_introduction_delete-vertices.pngDeleting vertices.
    Deleting segment.../../../_images/modeling_curves_editing_introduction_dissolve-vertices.pngDissolve vertices.