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

SplinesToLineStripArray Op

Ops.Array.SplinesToLineStripArray


SplinesToLineStripArray
Namespace: Ops.Array

Op author: pandur

convert an array of splines to one "line stripped" array


input format is:
[[x1,y1,z1,x2,y2,z2,x3,y3,z3],[x4,y4,z4,x5,y5,z5,x6,y7,z7]]

output would be:

[x1,y1,z1,x2,y2,z2,x2,y2,z2,x3,y3,z3,x4,y4,z4,x5,y5,z5,x5,y5,z5,x6,y6,z6]

when connected to simplespline this will draw 2 lines, each consting of 3 points ( in one draw call)



Inputs

Array (Array)

Array in

Outputs

Result (Array)

Array out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

lines strip array example

Open Example In Editor

Patches using SplinesToLineStripArray

Changelog


created op
2019-11-14 - pandur
Ops.User.pandur.ArrayOfSplinesToLineStripArray renamed to Ops.Array.SplinesToLineStripArray
2019-11-15 - pandur