Returns outer shell.
(self)
| 4722 | return cls(builder.Shape()) |
| 4723 | |
| 4724 | def outerShell(self) -> Shell: |
| 4725 | """ |
| 4726 | Returns outer shell. |
| 4727 | """ |
| 4728 | |
| 4729 | return Shell(BRepClass3d.OuterShell_s(self.wrapped)) |
| 4730 | |
| 4731 | def innerShells(self) -> list[Shell]: |
| 4732 | """ |