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

Method Solids

cadquery/occ_impl/shapes.py:951–956  ·  view source on GitHub ↗

:returns: All the solids in this Shape

(self)

Source from the content-addressed store, hash-verified

949 return [Shell(i) for i in self._entities("Shell")]
950
951 def Solids(self) -> list[Solid]:
952 """
953 :returns: All the solids in this Shape
954 """
955
956 return [Solid(i) for i in self._entities("Solid")]
957
958 def CompSolids(self) -> list[CompSolid]:
959 """

Callers 15

imprintFunction · 0.95
isSolidMethod · 0.80
testCompoundCenterMethod · 0.80
test_specialFunction · 0.80
testExtrudeMethod · 0.80
testFindSolidMethod · 0.80
testCompSolidMethod · 0.80
test_MergeTagsMethod · 0.80
test_assemblyFunction · 0.80
test_toCompoundFunction · 0.80
test_imprintingFunction · 0.80
test_order_of_transformFunction · 0.80

Calls 2

_entitiesMethod · 0.95
SolidClass · 0.85

Tested by 14

testCompoundCenterMethod · 0.64
test_specialFunction · 0.64
testExtrudeMethod · 0.64
testFindSolidMethod · 0.64
testCompSolidMethod · 0.64
test_MergeTagsMethod · 0.64
test_assemblyFunction · 0.64
test_toCompoundFunction · 0.64
test_imprintingFunction · 0.64
test_order_of_transformFunction · 0.64
test_operatorsFunction · 0.64
test_fuse_multiFunction · 0.64