Meshes | M | Set of meshes to create twisted box array through | Mesh |
Parameters W | w | Division parameters through meshes {w} domain ({w}0.0 = Mesh at M start, {w}1.0 = Mesh at M end), unless Normalized is False
For best results {w} parameters should be between 0 and 1, in numerical order, and non duplicate | Number |
Normalized | N | If False, the rules for {w} parameters are ({w}0.0 = Mesh at index 0, {w}Index number of last mesh = Mesh at last index)
For best results {w} parameters should be between 0 and the index of the last mesh, in numerical order, and non duplicate | Boolean |
Equalized | E | If True, parameters {w} distribution is evaluated along the interpolation path without considering the locations of the input mesh set | Boolean |
Weighted | W | If True, parameters {w} distribution is weighted by the input mesh set and the interpolation path curvature | Boolean |
Loopback | L | If True, allow the parameters {w} interpolation path to continue from the end back to the start as a closed loop
(if Normalized is False, increase the division parameters {w} range maximum by 1) | Boolean |
Degree | D | Curvature degree of the {w} interpolation path, degree should be a positive odd number | Integer |
Interpolation Type | I | Determines how the {w} interpolation path is interpolated
0 = Linear
1 = Chord
2 = Square Root
3 = Uniform | Integer |