
    g;                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )SpaceframeValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_str
Spaceframe	data_docsa.  
            fill
                Sets the fill ratio of the `spaceframe`
                elements. The default fill value is 1 meaning
                that they are entirely shaded. Applying a
                `fill` ratio less than one would allow the
                creation of openings parallel to the edges.
            show
                Displays/hides tetrahedron shapes between
                minimum and maximum iso-values. Often useful
                when either caps or surfaces are disabled or
                filled with values less than 1.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       a/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/volume/_spaceframe.pyr   zSpaceframeValidator.__init__   sK    !41 	
##!::&6Ejj		
( )	
    )
spaceframevolume)__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      s     #
-66HH 
r   