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

Method split

cadquery/cq.py:258–259  ·  view source on GitHub ↗
(self: T, keepTop: bool = False, keepBottom: bool = False)

Source from the content-addressed store, hash-verified

256
257 @overload
258 def split(self: T, keepTop: bool = False, keepBottom: bool = False) -> T:
259 ...
260
261 @overload
262 def split(self: T, splitter: Union["Workplane", Shape]) -> T:

Callers 15

__truediv__Method · 0.95
runMethod · 0.45
runMethod · 0.45
exportMethod · 0.45
loadMethod · 0.45
testSplitKeepingHalfMethod · 0.45
testSplitKeepingBothMethod · 0.45
testSplitErrorMethod · 0.45
testEnclosureMethod · 0.45
testParametricSurfaceMethod · 0.45
testSplitShapeMethod · 0.45

Calls 8

findSolidMethod · 0.95
_mergeTagsMethod · 0.95
rectMethod · 0.95
newObjectMethod · 0.95
_extrudeMethod · 0.80
valsMethod · 0.45
BoundingBoxMethod · 0.45
cutMethod · 0.45

Tested by 8

testSplitKeepingHalfMethod · 0.36
testSplitKeepingBothMethod · 0.36
testSplitErrorMethod · 0.36
testEnclosureMethod · 0.36
testParametricSurfaceMethod · 0.36
testSplitShapeMethod · 0.36
test_MergeTagsMethod · 0.36