Skip to content

Commit a46c65a

Browse files
adding docstring note
1 parent de96e26 commit a46c65a

File tree

1 file changed

+4
-0
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+4
-0
lines changed

src/ansys/geometry/core/designer/body.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,10 @@ def combine_merge(self, other: Union["Body", list["Body"]]) -> None:
826826
----------
827827
other : Union[Body, list[Body]]
828828
The body or list of bodies to combine with this body.
829+
830+
Notes
831+
-----
832+
The ``self`` parameter is directly modified, and the ``other`` bodies are consumed.
829833
"""
830834
return
831835

0 commit comments

Comments
 (0)