get_point (method)

get_point(self, indices=None)[source]

Return a matrix of points coordinates.

Parameters
  • self (Mesh) – an Mesh object

  • indices (list) – Indices of the targeted points. If None, return all.

  • is_indice (bool) – Option to return the points indices (useful for unsorted

Returns

  • coordinates (ndarray) – points coordinates

  • indices (ndarray) – points indices