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

Method left

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

Source from the content-addressed store, hash-verified

554
555 @classmethod
556 def left(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1)):
557 plane = Plane.named("left", origin)
558 plane._setPlaneDir(xDir)
559 return plane
560
561 @classmethod
562 def right(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