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

Method back

cadquery/occ_impl/geom.py:550–553  ·  view source on GitHub ↗
(cls, origin=(0, 0, 0), xDir=Vector(-1, 0, 0))

Source from the content-addressed store, hash-verified

548
549 @classmethod
550 def back(cls, origin=(0, 0, 0), xDir=Vector(-1, 0, 0)):
551 plane = Plane.named("back", origin)
552 plane._setPlaneDir(xDir)
553 return plane
554
555 @classmethod
556 def left(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1)):

Callers 1

testPlanesMethod · 0.80

Calls 3

VectorClass · 0.85
namedMethod · 0.80
_setPlaneDirMethod · 0.80

Tested by 1

testPlanesMethod · 0.64