Enumeration: ElementState
Меньше 1 минуты
Enumeration: ElementState
Element visual states in viewer. Each element can have different state. Element state can be changed by SceneTools.setElementsState function in SceneTools class.
Enumeration Members
Demo
Demo:
-4
Empty
Empty:
-2
Element in its own color and medium transparency with diagonal line pattern.
Hidden
Hidden:
-1
Element is hidden in viewer.
Inactive
Inactive:
-3
Element in white color and extremely transparency. Not selectable.
Normal
Normal:
0
Element in its own color and transparency.
Transparent
Transparent:
2
Element in its own color and medium transparency.
White
White:
1
Element in white color and its own transparency.