Nodes in this category generate parametrically-described primitive vector shapes such as rectangles, grids, stars, and spirals.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Arc | Generates an arc shape forming a portion of a circle which may be open, closed, or a pie slice. | → Table<Vector> |
| Arrow | Generates a line with endpoints at the two chosen coordinates. | → Table<Vector> |
| Circle | Generates a circle shape with a chosen radius. | → Table<Vector> |
| Ellipse | Generates an ellipse shape (an oval or stretched circle) with the chosen radii. | → Table<Vector> |
| Grid | Generates a rectangular or isometric grid with the chosen number of columns and rows. Line segments connect the points, forming a vector mesh. | → Table<Vector> |
| Line | Node description coming soon. | → Table<Vector> |
| Rectangle | Generates a rectangle shape with the chosen width and height. It may also have rounded corners if desired. | → Table<Vector> |
| Regular Polygon | Generates an regular polygon shape like a triangle, square, pentagon, hexagon, heptagon, octagon, or any higher n-gon. | → Table<Vector> |
| Spiral | Generates a spiral shape that winds from an inner to an outer radius. | → Table<Vector> |
| Star | Generates an n-pointed star shape with inner and outer points at chosen radii from the center. | → Table<Vector> |