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

Method YZ

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

Source from the content-addressed store, hash-verified

512
513 @classmethod
514 def YZ(cls, origin=(0, 0, 0), xDir=Vector(0, 1, 0)):
515 plane = Plane.named("YZ", origin)
516 plane._setPlaneDir(xDir)
517 return plane
518
519 @classmethod
520 def ZX(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1)):

Callers 5

testPlaneBasicsMethod · 0.80
testOffsetPlanesMethod · 0.80
testConstructionWireMethod · 0.80
test2DDrawingMethod · 0.80
testQuickStartYZMethod · 0.80

Calls 3

VectorClass · 0.85
namedMethod · 0.80
_setPlaneDirMethod · 0.80

Tested by 5

testPlaneBasicsMethod · 0.64
testOffsetPlanesMethod · 0.64
testConstructionWireMethod · 0.64
test2DDrawingMethod · 0.64
testQuickStartYZMethod · 0.64