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

Method append

cadquery/occ_impl/shapes.py:5699–5703  ·  view source on GitHub ↗
(self, op: Op, name: str | None = None)

Source from the content-addressed store, hash-verified

5697 return self.ops.pop()
5698
5699 def append(self, op: Op, name: str | None = None) -> None:
5700
5701 self.ops.append(op)
5702 if name:
5703 self.opDict[name] = op
5704
5705
5706BuilderType: TypeAlias = (

Callers 15

select_lowest_pointFunction · 0.80
select_lowest_arcFunction · 0.80
finalize_hullFunction · 0.80
find_hullFunction · 0.80
runMethod · 0.80
runMethod · 0.80
filterMethod · 0.80
filterMethod · 0.80
filterMethod · 0.80
clusterMethod · 0.80
set_valueMethod · 0.80
show_objectMethod · 0.80

Calls

no outgoing calls

Tested by 9

runMethod · 0.64
test_Plane_from_LocationFunction · 0.64
_makePolygonMethod · 0.64
testUnionsMethod · 0.64
testMakeShellSolidMethod · 0.64
get_doc_nodesFunction · 0.64
test_constraint_getPlnFunction · 0.64