
    [6gD                     6    d dl mZ d dlZ G d de          ZdS )    )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surfacezsurface.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    g/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/graph_objs/surface/_lightposition.pyr   zLightposition.x        Cy    c                     || d<   d S )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<   d S )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<   d S )Nr	   r   r   s     r   r	   zLightposition.zE   r   r   c                     dS )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   Nc           	         t          t          |                               d           d|v r|d         | _        dS |i }nct	          || j                  r|                                }n9t	          |t                    rt          j	        |          }nt          d          |                    dd          | _        |                    dd          | _        |                    d	d          }||n|}||| d	<   |                    d
d          }||n|}||| d
<   |                    dd          }||n|}||| d<    | j        di t          |fi | d| _        dS )a^  
        Construct a new Lightposition object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.surface.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_parentNzThe first argument to the plotly.graph_objs.surface.Lightposition
constructor must be a dict or
an instance of :class:`plotly.graph_objs.surface.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   s   0 	mT""++O<<<!),DLF ;CCT^,, 
	$$&&CCT"" 	*S//CCC   $ZZ>>K66 WWS$-QQR>DIWWS$-QQR>DIWWS$-QQR>DI 	33tC2262233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
   X X  X
   XH# H# H# H# H# H# H# H# H# H#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper'   r&   r   r   r   r   <module>r:      sb    R R R R R R    \# \# \# \# \#+ \# \# \# \# \#r   