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

Method move

cadquery/occ_impl/shapes.py:1250–1257  ·  view source on GitHub ↗

Apply a location in relative sense (i.e. update current location) to self.

(self: T, loc: Location)

Source from the content-addressed store, hash-verified

1248
1249 @multimethod
1250 def move(self: T, loc: Location) -> T:
1251 """
1252 Apply a location in relative sense (i.e. update current location) to self.
1253 """
1254
1255 self.wrapped.Move(loc.wrapped)
1256
1257 return self
1258
1259 @multimethod
1260 def move(

Callers

nothing calls this directly

Calls 2

LocationClass · 0.85
toLocsMethod · 0.80

Tested by

no test coverage detected