pyvista.examples.downloads.download_frd

Contents

pyvista.examples.downloads.download_frd#

download_frd(*, load=True)[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

>>> 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.