193

Building shapes out of points, lines, and faces
Syntax: CoordinateInterpolator

  • A CoordinateInterpolator node describes a coordinate path
  • keys - key fractions
  • values - key coordinate lists (X,Y,Z lists)

    CoordinateInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 0.0 1.0 0.0, . . . ]
    }
  • Typically route into a Coordinate node's set_point input