Defines a series of points along a line.
Inputs
|
Name |
Type |
Description |
|
From X |
Number |
The X coordinate of the start point. |
|
From Y |
Number |
The Y coordinate of the start point. |
|
From Z |
Number |
The Z coordinate of the start point. |
|
To X |
Number |
The X coordinate of the end point. |
|
To Y |
Number |
The Y coordinate of the end point. |
|
To Z |
Number |
The Z coordinate of the end point. |
|
Count |
Integer |
The number of points. |
Outputs
|
Name |
Type |
Description |
|
Point X |
Number List |
The X coordinates of the result. |
|
Point Y |
Number List |
The Y coordinates of the result. |
|
Point Z |
Number List |
The Z coordinates of the result. |