We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b3770 commit 55fe98dCopy full SHA for 55fe98d
src/ansys/geometry/core/shapes/surfaces/surface.py
@@ -82,7 +82,7 @@ def project_point(self, point: Point3D) -> SurfaceEvaluation:
82
83
def trim(self, box_uv: BoxUV) -> "TrimmedSurface":
84
"""
85
- Trim this curve by bounding it with a BoxUV.
+ Trim this surface by bounding it with a BoxUV.
86
87
Returns
88
-------
0 commit comments