(cls, origin=(0, 0, 0), xDir=Vector(0, 0, 1))
| 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)): |