Skip to main content

Bezier

Create a bezier curve from a set of points

Written by Holly Conrad Smith

Use this when you want to create a smooth curved line from a set of control points within a flow, for example generating organic paths or landscape boundaries.

The Bezier node is only for adding curves within a flow. Use the Corner Type property to change the corners of a basic geometry without flows.

Category: Geometric Operations

Kind: Operation

Tags: Bezier, Curve, Interpolate

Description: Create a bezier curve from a set of points

Inputs

Name

Abbreviation

Type

Access

Description

Polyline

P

Cartesian

Item

A polyline or a list of points to create a bezier curve from

Resolution

R

Number

Item

The resolution of the bezier curve

Outputs

Name

Abbreviation

Type

Access

Description

Polyline

P

Cartesian

Item

The bezier curve

How to

  1. Feed in a polyline

  2. Set the resolution of the bezier. Higher = smoother

    You can type a number in the box

    Or, feed in any numerical node, such as number

  3. The result is the polyline with bezier applied

Did this answer your question?