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

Method XZ

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

Source from the content-addressed store, hash-verified

524
525 @classmethod
526 def XZ(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0)):
527 plane = Plane.named("XZ", origin)
528 plane._setPlaneDir(xDir)
529 return plane
530
531 @classmethod
532 def YX(cls, origin=(0, 0, 0), xDir=Vector(0, 1, 0)):

Callers 3

testPlaneBasicsMethod · 0.80
testOffsetPlanesMethod · 0.80
testQuickStartXZMethod · 0.80

Calls 3

VectorClass · 0.85
namedMethod · 0.80
_setPlaneDirMethod · 0.80

Tested by 3

testPlaneBasicsMethod · 0.64
testOffsetPlanesMethod · 0.64
testQuickStartXZMethod · 0.64