(self, obj: TopoDS_Shape)
| 432 | forConstruction: bool |
| 433 | |
| 434 | def __init__(self, obj: TopoDS_Shape) -> None: |
| 435 | self.wrapped = downcast(obj) |
| 436 | |
| 437 | self.forConstruction = False |
| 438 | # Helps identify this solid through the use of an ID |
| 439 | self.label = "" |
| 440 | |
| 441 | def clean(self: T) -> T: |
| 442 | """Experimental clean using ShapeUpgrade""" |
nothing calls this directly
no test coverage detected