For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vector

The Vector Objects in Scene2Ds provide alternatives to their Vector counterparts in 3D Scenes and encompass several two-dimensional shapes that help build up the visual aspects of a User Interface. Unlike Vector Objects in 3D Scenes, Vector Objects in Scene2Ds don't contain Z axis components.

There are several Vector Objects that are described below:

Vector Objects in Scene2D

Arc

A 2D Object that is a piece of a circle defined by a starting and ending degree running straight through between the two selected degree points, disregarding the center. This means that it will not pass through the true center, but create a circle-like Object with segments missing at times. There are several Nodes attributed to Arc Objects, which can be found here.

Arc

Ellipse

A circular 2D Object.

Ellipse

Line

A linear 2D Object. There are several Nodes attributed to Line Objects, which can be found here.

Line

Rectangle

A rectangular 2D Object. There are several Nodes attributed to Rectangle Objects, which can be found here.

Rectangle

Pie

A 2D Object that is a piece of a circle defined by a starting and ending degree and a connected point at the center of the circle. There are several Nodes attributed to Pie Objects, which can be found here.

Pie

Last updated