Skip to content

Commit ccb7714

Browse files
authored
Update src/ansys/geometry/core/designer/body.py
1 parent 99fa5e7 commit ccb7714

File tree

1 file changed

+3
-1
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,9 @@ def _combine_subtract(
876876
) -> None:
877877
"""Subtract bodies from this body.
878878
879-
Warning: This is a specialized boolean operation that has the ability to transfer named
879+
Warnings
880+
--------
881+
This is a specialized boolean operation that has the ability to transfer named
880882
selections. It may behave differently than the encouraged ``subtract()``.
881883
882884
Parameters

0 commit comments

Comments
 (0)