Ë
    {�hS  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )ÚBaseTraceHierarchyTypeNc                   óÜ   ‡ — e Zd ZdZdZh d£Zed„ «       Zej                  d„ «       Zed„ «       Z	e	j                  d„ «       Z	ed„ «       Z
e
j                  d	„ «       Z
ed
„ «       Zdˆ fd„	Zˆ xZS )ÚLightpositionÚ
isosurfacezisosurface.lightposition>   ÚxÚyÚzc                 ó   — | d   S )a   
        Numeric vector, representing the X coordinate for each vertex.

        The 'x' property is a number and may be specified as:
          - An int or float in the interval [-100000, 100000]

        Returns
        -------
        int|float
        r   © ©Úselfs    úi/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/isosurface/_lightposition.pyr   zLightposition.x   ó   € ð �C‰yÐó    c                 ó   — || d<   y )Nr   r   ©r   Úvals     r   r   zLightposition.x   ó   € àˆˆSŠ	r   c                 ó   — | d   S )a   
        Numeric vector, representing the Y coordinate for each vertex.

        The 'y' property is a number and may be specified as:
          - An int or float in the interval [-100000, 100000]

        Returns
        -------
        int|float
        r   r   r   s    r   r   zLightposition.y#   r   r   c                 ó   — || d<   y )Nr   r   r   s     r   r   zLightposition.y1   r   r   c                 ó   — | d   S )a   
        Numeric vector, representing the Z coordinate for each vertex.

        The 'z' property is a number and may be specified as:
          - An int or float in the interval [-100000, 100000]

        Returns
        -------
        int|float
        r	   r   r   s    r   r	   zLightposition.z7   r   r   c                 ó   — || d<   y )Nr	   r   r   s     r   r	   zLightposition.zE   r   r   c                  ó   — y)Na+          x
            Numeric vector, representing the X coordinate for each
            vertex.
        y
            Numeric vector, representing the Y coordinate for each
            vertex.
        z
            Numeric vector, representing the Z coordinate for each
            vertex.
        r   r   s    r   Ú_prop_descriptionsz Lightposition._prop_descriptionsK   s   € ð
r   c           	      ó`  •— t         t        | �  d«       d|v r|d   | _        y|€i }nXt	        || j
                  «      r|j                  «       }n1t	        |t        «      rt        j                  |«      }nt        d«      ‚|j                  dd«      | _        |j                  dd«      | _        |j                  d	d«      }|�|n|}|�|| d	<   |j                  d
d«      }|�|n|}|�|| d
<   |j                  dd«      }|�|n|}|�|| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)aa  
        Construct a new Lightposition object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.isosurface.Lightposition`
        x
            Numeric vector, representing the X coordinate for each
            vertex.
        y
            Numeric vector, representing the Y coordinate for each
            vertex.
        z
            Numeric vector, representing the Z coordinate for each
            vertex.

        Returns
        -------
        Lightposition
        ÚlightpositionÚ_parentNz¥The first argument to the plotly.graph_objs.isosurface.Lightposition
constructor must be a dict or
an instance of :class:`plotly.graph_objs.isosurface.Lightposition`Úskip_invalidFÚ	_validateTr   r   r	   r   )Úsuperr   Ú__init__r   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr   Ú_process_kwargs)r   Úargr   r   r	   ÚkwargsÚ_vr#   s          €r   r!   zLightposition.__init__Y   sJ  ø€ ô0 	Œm˜TÑ+¨OÔ<à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰CäðFóð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰IØ�W‰W�S˜$ÓˆØ�-‰Q RˆØˆ>ØˆD�‰Ið 	ˆ×ÑÑ3œt CÑ2¨6Ñ2Ò3ð #ˆÕr   )NNNN)Ú__name__Ú
__module__Ú__qualname__Ú_parent_path_strÚ	_path_strÚ_valid_propsÚpropertyr   Úsetterr   r	   r   r!   Ú__classcell__)r#   s   @r   r   r      s¹   ø„ ð $ÐØ*€IÚ"€Lð ñó ðð ‡X�Xñó ðð
 ñó ðð ‡X�Xñó ðð
 ñó ðð ‡X�Xñó ðð
 ñó ð÷H#ñ H#r   r   )Úplotly.basedatatypesr   Ú_BaseTraceHierarchyTyper'   r&   r   r   r   r   ú<module>r:      s   ðÝ RÛ ô\#Ð+õ \#r   