TemporaryTransparency Enumeration |
The possible temporary transparencies. Used to temporarily change transparency
of a model object to visualize some state in the model.
Namespace: Tekla.Structures.Model.UI
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
HIDDEN | 0 | Object is hidden. | |
TRANSPARENT | 1 | Object is transparent. | |
SEMITRANSPARENT | 3 | Object is semi transparent. | |
SEMIVISIBLE | 5 | Object is almost fully visible. | |
VISIBLE | 10 | Object is fully visible. |
See Also