Skip to content

Commit

Permalink
formatting of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanesbit authored Nov 8, 2024
1 parent 5f94a4e commit 9d45cea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resqpy/surface/_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,10 +1170,9 @@ def resampled_surface(self, title = None):
return resampled

def resample_surface_unique_edges(self):
"""Returns a new surface, with the same model, title and crs as the original surface, but with additional
refined points along original surface tears and edges. Each edge forming a tear or outer edge in the surface
will have 3 additional points added. The output surface is re-triangulated using these new points (tears will
be filled)
"""Returns a new surface, with the same model, title and crs as the original surface, but with additional refined points along original surface tears and edges.
Each edge forming a tear or outer edge in the surface will have 3 additional points added, with 2 additional points on each edge of the original triangle. The output surface is re-triangulated using these new points (tears will be filled)
returns:
resqpy.surface.Surface object with extra_metadata ('unique edges resampled from surface': uuid), where uuid is for the original surface uuid
Expand Down

0 comments on commit 9d45cea

Please sign in to comment.