PlaneLike
A plane reference used by sketch(), filters, and other operations. Any of the following formats are accepted:
| Format | Example | Description |
|---|---|---|
| Standard plane string | "xy", "xz", "yz" | The three principal planes |
| Negative plane string | "-xy", "-xz", "-yz" | Principal planes with flipped normals |
| Named plane string | "top", "bottom", "front", "back", "left", "right" | Descriptive aliases for the principal planes |
Plane | plane("xy", 10) | A plane object created with plane() |
SceneObject | A face selection | A planar face to use as reference |