LinesFromPoints Op
This op is deprecated!
It will not receive any updatesConnects all points to lines
Summary (oneliner)
Full Name
- Ops.Extension.Deprecated.LinesFromPoints
 
- Extension Op - visible for members of team Deprecated, is deprecated
 
- MIT
 
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Points (Array)
An array of points: x1, y1, z1, x2, y2, z2, …, connect e.g. to RandomArray3x-op.
OUTPUT PORTS
Lines (Array)
An array of lines in the form x1, x1, z1, x2, y2, z2, …, can be connected e.g. to SimpleSpline-op.