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

Method moved

cadquery/sketch.py:1091–1092  ·  view source on GitHub ↗
(self: T, loc: Location)

Source from the content-addressed store, hash-verified

1089
1090 @overload
1091 def moved(self: T, loc: Location) -> T:
1092 ...
1093
1094 @overload
1095 def moved(self: T, loc1: Location, loc2: Location, *locs: Location) -> T:

Callers 15

__iter__Method · 0.45
faceMethod · 0.45
slot2DMethod · 0.45
eachpointMethod · 0.45
rectMethod · 0.45
circleMethod · 0.45
ellipseMethod · 0.45
polygonMethod · 0.45
cboreHoleMethod · 0.45
cskHoleMethod · 0.45
holeMethod · 0.45
interpPlateMethod · 0.45

Calls

no outgoing calls

Tested by 15

circlesFunction · 0.36
trimmed_circlesFunction · 0.36
rotated_circlesFunction · 0.36
test_mapFunction · 0.36
test_shellsFunction · 0.36
test_removeFunction · 0.36
test_addCavityFunction · 0.36
test_replaceFunction · 0.36
test_addHoleFunction · 0.36
test_single_ent_selectorFunction · 0.36
test_siblingsFunction · 0.36
testLocatedMovedMethod · 0.36