Type Alias: PlaneName
type PlaneName =
| "XY"
| "YZ"
| "ZX"
| "XZ"
| "YX"
| "ZY"
| "front"
| "back"
| "left"
| "right"
| "top"
| "bottom";
Defined in: geom.ts:491
type PlaneName =
| "XY"
| "YZ"
| "ZX"
| "XZ"
| "YX"
| "ZY"
| "front"
| "back"
| "left"
| "right"
| "top"
| "bottom";
Defined in: geom.ts:491