PointSet

class subsurface.structs.unstructured_elements.PointSet(data: subsurface.structs.base_structures.unstructured_data.UnstructuredData)[source]

Bases: object

Class for pointset based data structures.

This class uses UnstructuredData.vertex as cloud of points and the associated attributes. UnstructuredData.cells are not used.

Parameters

data (UnstructuredData) – Base object for unstructured data.

Attributes Summary

n_points

point_data

Fetch the scalar data associated with the vertices.

point_data_dict

Fetch the point data as a dictionary of numpy arrays.

points

Fetch the points/vertices dataframe.

Attributes Documentation

n_points
point_data

Fetch the scalar data associated with the vertices.

point_data_dict

Fetch the point data as a dictionary of numpy arrays.

points

Fetch the points/vertices dataframe.