From 9d45ceae211883b1bce33aafda2421119d9e1f6f Mon Sep 17 00:00:00 2001 From: emmanesbit <84792288+emmanesbit@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:39:46 +0000 Subject: [PATCH] formatting of docstring --- resqpy/surface/_surface.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resqpy/surface/_surface.py b/resqpy/surface/_surface.py index 07d666c9..e475549c 100644 --- a/resqpy/surface/_surface.py +++ b/resqpy/surface/_surface.py @@ -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