download_frd

download_frd#

download_frd(*, load: bool = True) UnstructuredGrid | str[source]#

Download a sample CalculiX FRD file.

Added in version 0.48.

Parameters:
loadbool, default: True

Load the dataset. When False, return the path to the file.

Returns:
pyvista.UnstructuredGrid | str

Dataset or path to the file depending on the load parameter.

Examples#

Download Python source code | Download Jupyter notebook

>>> from pyvista import examples
>>> dataset = examples.download_frd()
>>> dataset.plot()
../../../_images/pyvista-examples-downloads-download_frd-b8886205db816a94_00_00.png

See Also#

Frd Dataset

See this dataset in the Dataset Gallery for more info.

Recreating Native Solver Colormaps (CalculiX)

Example of how to recreate the default cgx (CalculiX GraphiX) colormap.