MCPcopy
hub / github.com/CadQuery/cadquery / makeSolid

Method makeSolid

cadquery/occ_impl/shapes.py:4184–4189  ·  view source on GitHub ↗

Makes a solid from a single shell.

(cls, shell: Shell)

Source from the content-addressed store, hash-verified

4182
4183 @classmethod
4184 def makeSolid(cls, shell: Shell) -> Solid:
4185 """
4186 Makes a solid from a single shell.
4187 """
4188
4189 return cls(ShapeFix_Solid().SolidFromShell(shell.wrapped))
4190
4191 @classmethod
4192 def makeBox(

Callers 1

testMakeShellSolidMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMakeShellSolidMethod · 0.64