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

Method right

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

Source from the content-addressed store, hash-verified

560
561 @classmethod
562 def right(cls, origin=(0, 0, 0), xDir=Vector(0, 0, -1)):
563 plane = Plane.named("right", origin)
564 plane._setPlaneDir(xDir)
565 return plane
566
567 @classmethod
568 def top(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0)):

Callers 1

testPlanesMethod · 0.80

Calls 3

VectorClass · 0.85
namedMethod · 0.80
_setPlaneDirMethod · 0.80

Tested by 1

testPlanesMethod · 0.64