beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SubdivideArray1 Op

Ops.Array.SubdivideArray1


SubdivideArray1
Namespace: Ops.Array

Op author: andro

For subdividing splines, smoothing lines using cubic bezier interpolation


This version of the op works on a single array.



Inputs

Points (Array)

The array in to subdivide

Num Subdivs (integer /Number)

Amount of subdivisions applied to the array in

Smooth (boolean /Number)

Enable to smooth out differences in the array

Bezier Start/End Points (boolean /Number)

Outputs

Result (Array)

Subdivided array out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Subdivide Array 1 example

Open Example In Editor

Patches using SubdivideArray1

Changelog


created op
2019-06-24 - andro