Skip to content

Commit

Permalink
FIX: Fix intersection_type documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
drewm102 committed Oct 28, 2024
1 parent 5013b5f commit 4798447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/api/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ Enums

polygon_data.ExtentType
polygon_data.PolygonSenseType
polygon_data.IntersectionType
2 changes: 1 addition & 1 deletion src/ansys/edb/core/geometry/polygon_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def intersection_type(self, other, tol=1e-9):
Returns
-------
IntersectionType
:class:`IntersectionType`
"""
return IntersectionType(
self.__stub.GetIntersectionType(
Expand Down

0 comments on commit 4798447

Please sign in to comment.