TopologyPropertyΒΆ
Enumeration TopologyProperty
Index
Enumeration Members
Enumeration Members
COLOR
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.
HIGHLIGHTED
HIGHLIGHTED: "highlighted"
The highlighted state of the topological entity.
SELECTED
SELECTED: "selected"
The selected state of the topological entity.
The properties of a topological entity that can be set via the TopologyAPI.
See