download_room_cff#
- download_room_cff(load: bool = True) MultiBlock | str[source]#
Download a room model in CFF format.
- Parameters:
- Returns:
- output
pyvista.MultiBlockortuple DataSet or tuple of filenames depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> blocks = examples.download_room_cff()
>>> mesh = blocks[0]
>>> mesh.plot(cpos='xy', scalars='SV_T')
See also
- Room Cff Dataset
See this dataset in the Dataset Gallery for more info.