(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0))
| 566 | |
| 567 | @classmethod |
| 568 | def top(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0)): |
| 569 | plane = Plane.named("top", origin) |
| 570 | plane._setPlaneDir(xDir) |
| 571 | return plane |
| 572 | |
| 573 | @classmethod |
| 574 | def bottom(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0)): |