pyvista.SLCReader#

class SLCReader(*args, **kwargs)[source]#

SLCReader for .slc files.

Examples

>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_knee_full(load=False)
>>> filename.split("/")[-1]  # omit the path
'vw_knee.slc'
>>> reader = pv.get_reader(filename)
>>> mesh = reader.read()
>>> mesh.plot()
../../../_images/pyvista-SLCReader-1_00_00.png

Methods

Attributes