MCPcopy Index your code
hub / github.com/CadQuery/cadquery / outerShell

Method outerShell

cadquery/occ_impl/shapes.py:4724–4729  ·  view source on GitHub ↗

Returns outer shell.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 3

innerShellsMethod · 0.95
addCavityMethod · 0.80
test_shellsFunction · 0.80

Calls 1

ShellClass · 0.85

Tested by 1

test_shellsFunction · 0.64