Skip to main content

PlaneLike

A plane reference used by sketch(), filters, and other operations. Any of the following formats are accepted:

FormatExampleDescription
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
Planeplane("xy", 10)A plane object created with plane()
SceneObjectA face selectionA planar face to use as reference