pleiades.PointsMesh¶
-
class
pleiades.PointsMesh(rpts, zpts)[source]¶ An unstructured mesh specified by two lists of coordinate points.
Parameters: - rpts (iterable of float) – List of cylindrical r values for the unstructured mesh in meters.
- zpts (iterable of float) – List of z values for the unstructured mesh in meters.
-
classmethod
to_points(mesh)¶ Take a mesh or numpy array, return Nx2 points array