Isosurface
========================

The :class:`pyprocar.core.Isosurface` is used to generate an isosurface for an isovalue from a numpy array of coordinate points and a a 1d numpy array of scalar values. 
This class is an extension of the :class:`pyprocar.core.Surface` class.


.. autosummary::
   :toctree: _autosummary

   pyprocar.core.Isosurface