Skip to content

plane

Model definition for Plane.

CLASS DESCRIPTION
Plane

A plane is a node with infinite bounds with a collection of shapes and edges laid out relative to its origin point.

Classes

Plane dataclass

Plane(
    *, id: Optional[str] = None, diagram_elements: list[DiagramElement] = list()
)

Bases: Node

A plane is a node with infinite bounds with a collection of shapes and edges laid out relative to its origin point.

Functions