download_frd#
- download_frd(*, load: bool = True) UnstructuredGrid | str[source]#
Download a sample CalculiX FRD file.
Added in version 0.48.
- Parameters:
- Returns:
pyvista.UnstructuredGrid|strDataset or path to the file depending on the
loadparameter.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_frd()
>>> dataset.plot()
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.