Vector: Shape

Nodes in this category generate parametrically-described primitive vector shapes such as rectangles, grids, stars, and spirals.

Nodes

NodeDetailsPossible Types
Arc

Generates an arc shape forming a portion of a circle which may be open, closed, or a pie slice.

→ Vector[]
Arrow

Generates an arrow from the origin to the chosen coordinate.

→ Vector[]
Circle

Generates a circle shape with a chosen radius.

→ Vector[]
Ellipse

Generates an ellipse shape (an oval or stretched circle) with the chosen radii.

→ 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.

→ Vector[]
Line

Node description coming soon.

→ Vector[]
QR Code

Generates a QR code from the input text.

→ Vector[]
Rectangle

Generates a rectangle shape with the chosen width and height. It may also have rounded corners if desired.

→ Vector[]
Regular Polygon

Generates an regular polygon shape like a triangle, square, pentagon, hexagon, heptagon, octagon, or any higher n-gon.

→ Vector[]
Spiral

Generates a spiral shape that winds from an inner to an outer radius.

→ Vector[]
Star

Generates an n-pointed star shape with inner and outer points at chosen radii from the center.

→ Vector[]