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

Method ZX

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

Source from the content-addressed store, hash-verified

518
519 @classmethod
520 def ZX(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1)):
521 plane = Plane.named("ZX", origin)
522 plane._setPlaneDir(xDir)
523 return plane
524
525 @classmethod
526 def XZ(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