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 b4623a7 commit 4f5bd96Copy full SHA for 4f5bd96
cadquery/cq.py
@@ -3187,7 +3187,7 @@ def _combineWithBase(
3187
"""
3188
Combines the provided object with the base solid, if one can be found.
3189
:param obj: The object to be combined with the context solid
3190
- :param mode: The mode to combine with the base solid (True, False or "cut")
+ :param mode: The mode to combine with the base solid (True, False, "cut", "a" or "s")
3191
:return: a new object that represents the result of combining the base object with obj,
3192
or obj if one could not be found
3193
0 commit comments