LoopStructural.datatypes.VectorPoints#

class LoopStructural.datatypes.VectorPoints(locations: numpy.ndarray, vectors: numpy.ndarray, name: str, properties: dict | None = None)#

Bases: object

__init__(locations: ndarray, vectors: ndarray, name: str, properties: dict | None = None) None#

Methods

__init__(locations, vectors, name[, properties])

from_dict(d)

save(filename)

to_dict()

vtk([geom, scale, scale_function, tolerance])

Attributes

properties

locations

vectors

name