LoopStructural.datatypes.ValuePoints#
- class LoopStructural.datatypes.ValuePoints(locations: numpy.ndarray, values: numpy.ndarray, name: str, properties: dict | None = None)#
Bases:
object
- __init__(locations: ndarray, values: ndarray, name: str, properties: dict | None = None) None #
Methods
__init__
(locations, values, name[, properties])from_dict
(d[, flatten])plot
([pyvista_kwargs])Calls pyvista plot on the vtk object
save
(filename[, ext])to_dict
()vtk
([scalars])Attributes
properties
locations
values
name
- plot(pyvista_kwargs={})#
Calls pyvista plot on the vtk object
- Parameters:
pyvista_kwargs (dict, optional) – kwargs passed to pyvista.DataSet.plot(), by default {}