Part: remove trailing whitespace

This commit is contained in:
luzpaz
2025-08-31 08:09:51 -04:00
committed by Chris Hennes
parent 00e6ce5f5e
commit 851d2ba943
25 changed files with 91 additions and 92 deletions

View File

@@ -72,10 +72,10 @@ class BRepOffsetAPI_MakePipeShell(PyObjectBase):
@overload
def add(self, Profile: TopoShape, *, WithContact: bool = False, WithCorrection: bool = False) -> None: ...
@overload
def add(self, Profile: TopoShape, Location: TopoShape, *, WithContact: bool = False, WithCorrection: bool = False) -> None: ...
def add(self, **kwargs) -> None:
"""
add(shape Profile, bool WithContact=False, bool WithCorrection=False)