Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ add
Method
add
cadquery/cq.py:376–377 ·
view source on GitHub ↗
(self: T, obj: "Workplane")
Source
from the content-addressed store, hash-verified
374
375
@overload
376
def
add(self: T, obj:
"Workplane"
) -> T:
377
...
378
379
@overload
380
def
add(self: T, obj: CQObject) -> T:
Callers
15
test_dxf_ellipse_arc
Function · 0.95
convert_and_validate
Function · 0.45
workplane
Method · 0.45
ellipseArc
Method · 0.45
sagittaArc
Method · 0.45
showables
Function · 0.45
test_assy
Function · 0.45
test_repr_javascript
Method · 0.45
assy
Function · 0.45
testBasicBoundingBox
Method · 0.45
test_add
Function · 0.45
test_add_shape_to_layer
Method · 0.45
Calls
3
_mergeTags
Method · 0.95
extend
Method · 0.80
append
Method · 0.80
Tested by
15
test_dxf_ellipse_arc
Function · 0.76
showables
Function · 0.36
test_assy
Function · 0.36
test_repr_javascript
Method · 0.36
assy
Function · 0.36
testBasicBoundingBox
Method · 0.36
test_add
Function · 0.36
test_add_shape_to_layer
Method · 0.36
testDXF
Method · 0.36
test_toVTK
Function · 0.36
testOpenCornerShell
Method · 0.36
testCombine
Method · 0.36