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 to all users
- 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.
Patches using LinesFromPoints
Changelog
Ops.Exp.LinesFromPoints renamed to Ops.Deprecated.Exp.LinesFromPoints | pandur - 2021-08-05 10:04 |