
    [6ga                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )LightpositionValidatorlightpositionmesh3dc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strLightposition	data_docsaH  
            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.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       f/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/mesh3d/_lightposition.pyr   zLightpositionValidator.__init__   st    4$d++4 	
##!::&6HHjj
 		
 	
$ %	
 	
 	
 	
 	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        
 
 
 
 
 
 
 
 
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #
 
 
 
 
]9K 
 
 
 
 
r   