Vector (old)

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:

As of version 2023.2, these Vector Objects are no longer available and will not be supported in older Projects using any future versions.

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.

Ellipse

A circular 2D Object.

Line

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

Rectangle

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

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.

Last updated