TopologyPropertyΒΆ

Enumeration TopologyProperty

The properties of a topological entity that can be set via the TopologyAPI.

Enumeration Members

Enumeration Members

COLOR: "color"

The color of the topological entity. The value is an array of four numbers in the range from 0 to 1, representing the red, green, blue, and alpha components of the color. If the color is set to undefined, it will be reset to the default color.

[number, number, number, number] | undefined

undefined
HIGHLIGHTED: "highlighted"

The highlighted state of the topological entity.

boolean

false
SELECTED: "selected"

The selected state of the topological entity.

boolean

false