get_point (method)

get_point(self, indices=None)[source]

Return the array of the points coordinates.

Parameters
  • self (MeshVTK) – a MeshVTK object

  • indices (list) – list of the points to extract (optional)

Returns

points – Points coordinates

Return type

ndarray