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

SplinePositionAtDistanceArray3 Op



SplinePositionAtDistanceArray3
Namespace: Ops.Array

Op author: pandur

get position in array3/spline at distance from start




Inputs

Calculate (Trigger)

Trigger in

Array3x (Array)

Array in

Distance (Number)

Point to lookup in the spline

Normalized (boolean /Number)

if true distance input is in the range 0-1

Outputs

Next (Trigger)

Trigger out

X (Number)

X position - based upon point in the spline from the distance parameter

Y (Number)

Y position - based upon point in the spline from the distance parameter

Z (Number)

Z position - based upon point in the spline from the distance parameter

Spline Length (Number)

Total length of the spline


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

SplinePositionAtDistanceArray3 example


Patches using SplinePositionAtDistanceArray3

  • Examples (1)
  • Public
  • My Patches

Changelog


Ops.Array.Array3xSplinePositionAtDistance renamed to Ops.Array.SplinePositionAtDistanceArray3
2019-06-13 - pandur