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

Method makeCompound

cadquery/occ_impl/shapes.py:4800–4805  ·  view source on GitHub ↗

Create a compound out of a list of shapes

(cls, listOfShapes: Iterable[Shape])

Source from the content-addressed store, hash-verified

4798
4799 @classmethod
4800 def makeCompound(cls, listOfShapes: Iterable[Shape]) -> Compound:
4801 """
4802 Create a compound out of a list of shapes
4803 """
4804
4805 return cls(cls._makeCompound((s.wrapped for s in listOfShapes)))
4806
4807 @classmethod
4808 def makeText(

Callers 15

_to_compoundFunction · 0.80
__init__Method · 0.80
faceMethod · 0.80
importDXFMethod · 0.80
eachMethod · 0.80
filletMethod · 0.80
chamferMethod · 0.80
_findTypeMethod · 0.80
twistExtrudeMethod · 0.80
_combineWithBaseMethod · 0.80
_extrudeMethod · 0.80
_revolveMethod · 0.80

Calls 1

_makeCompoundMethod · 0.80

Tested by 7

importCompoundMethod · 0.64
testTagSelectorsMethod · 0.64
testFuzzyBoolOpMethod · 0.64
single_compound1_assyFunction · 0.64
test_step_exportFunction · 0.64
test_step_export_locFunction · 0.64