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

Method ZY

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

Source from the content-addressed store, hash-verified

536
537 @classmethod
538 def ZY(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1)):
539 plane = Plane.named("ZY", origin)
540 plane._setPlaneDir(xDir)
541 return plane
542
543 @classmethod
544 def front(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