three.MF.V3.Settings.Viewer

1class Viewer:
2
3    """
4     3D Viewer settings.
5    """
6    def __init__(self, textureOpacity: float = None):
7        # Texture opacity.
8        self.textureOpacity = textureOpacity
class Viewer:
2class Viewer:
3
4    """
5     3D Viewer settings.
6    """
7    def __init__(self, textureOpacity: float = None):
8        # Texture opacity.
9        self.textureOpacity = textureOpacity

3D Viewer settings.

Viewer(textureOpacity: float = None)
7    def __init__(self, textureOpacity: float = None):
8        # Texture opacity.
9        self.textureOpacity = textureOpacity
textureOpacity