Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.45
run
Method · 0.45
export
Method · 0.45
load
Method · 0.45
testSplitKeepingHalf
Method · 0.45
testSplitKeepingBoth
Method · 0.45
testSplitKeepingBottom
Method · 0.45
testSplitError
Method · 0.45
testEnclosure
Method · 0.45
testParametricSurface
Method · 0.45
testSplitShape
Method · 0.45
Calls
8
findSolid
Method · 0.95
_mergeTags
Method · 0.95
rect
Method · 0.95
newObject
Method · 0.95
_extrude
Method · 0.80
vals
Method · 0.45
BoundingBox
Method · 0.45
cut
Method · 0.45
Tested by
8
testSplitKeepingHalf
Method · 0.36
testSplitKeepingBoth
Method · 0.36
testSplitKeepingBottom
Method · 0.36
testSplitError
Method · 0.36
testEnclosure
Method · 0.36
testParametricSurface
Method · 0.36
testSplitShape
Method · 0.36
test_MergeTags
Method · 0.36