Skip to content

Commit 55fe98d

Browse files
jonahrbRobPasMue
andauthored
Update src/ansys/geometry/core/shapes/surfaces/surface.py
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 72b3770 commit 55fe98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/shapes/surfaces/surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def project_point(self, point: Point3D) -> SurfaceEvaluation:
8282

8383
def trim(self, box_uv: BoxUV) -> "TrimmedSurface":
8484
"""
85-
Trim this curve by bounding it with a BoxUV.
85+
Trim this surface by bounding it with a BoxUV.
8686
8787
Returns
8888
-------

0 commit comments

Comments
 (0)