LayoutElement
The LayoutElement class represents an element in a layout result. It combines the element’s geometry with its origin information.
Definition
Module: utility
class LayoutElement:
Properties
| Property | Type | Description |
|---|---|---|
quad |
Quadrilateral | Geometric coordinates of the element. |
source |
EnumLayoutElementSource | Origin of this element (Input / Inferred / None). |
quad
quad: Quadrilateral
See Also
source
source: EnumLayoutElementSource
See Also