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

Method Compounds

cadquery/occ_impl/shapes.py:923–928  ·  view source on GitHub ↗

:returns: All the compounds in this Shape

(self)

Source from the content-addressed store, hash-verified

921 ]
922
923 def Compounds(self) -> list[Compound]:
924 """
925 :returns: All the compounds in this Shape
926 """
927
928 return [Compound(i) for i in self._entities("Compound")]
929
930 def Wires(self) -> list[Wire]:
931 """

Callers

nothing calls this directly

Calls 2

_entitiesMethod · 0.95
CompoundClass · 0.85

Tested by

no test coverage detected