MCPcopy
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_arcFunction · 0.95
convert_and_validateFunction · 0.45
workplaneMethod · 0.45
ellipseArcMethod · 0.45
sagittaArcMethod · 0.45
showablesFunction · 0.45
test_assyFunction · 0.45
test_repr_javascriptMethod · 0.45
assyFunction · 0.45
testBasicBoundingBoxMethod · 0.45
test_addFunction · 0.45

Calls 3

_mergeTagsMethod · 0.95
extendMethod · 0.80
appendMethod · 0.80

Tested by 15

test_dxf_ellipse_arcFunction · 0.76
showablesFunction · 0.36
test_assyFunction · 0.36
test_repr_javascriptMethod · 0.36
assyFunction · 0.36
testBasicBoundingBoxMethod · 0.36
test_addFunction · 0.36
testDXFMethod · 0.36
test_toVTKFunction · 0.36
testOpenCornerShellMethod · 0.36
testCombineMethod · 0.36