
    [6g,                     >    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 )SurfaceValidatorsurface
isosurfacec           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strSurface	data_docsa'  
            count
                Sets the number of iso-surfaces between minimum
                and maximum iso-values. By default this value
                is 2 meaning that only minimum and maximum
                surfaces would be drawn.
            fill
                Sets the fill ratio of the iso-surface. The
                default fill value of the surface is 1 meaning
                that they are entirely shaded. On the other
                hand Applying a `fill` ratio less than one
                would allow the creation of openings parallel
                to the edges.
            pattern
                Sets the surface pattern of the iso-surface 3-D
                sections. The default pattern of the surface is
                `all` meaning that the rest of surface elements
                would be shaded. The check options (either 1 or
                2) could be used to draw half of the squares on
                the surface. Using various combinations of
                capital `A`, `B`, `C`, `D` and `E` may also be
                used to reduce the number of triangles on the
                iso-surfaces and creating other patterns of
                interest.
            show
                Hides/displays surfaces between minimum and
                maximum iso-values.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       d/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/isosurface/_surface.pyr   zSurfaceValidator.__init__   sv    .%%. $	
##!::&6	BBjj 	$	
 $	
F G$	
 $	
 $	
 $	
 $	
    )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    # # # #&
 &
 &
 &
 &
}3E &
 &
 &
 &
 &
r   