Skip to content

point2

point2

Container for two macro expressions tied together as point in 2D space.

Point2

Bases: Element2

Pair of two expressions representing a point in 2D space.

Source code in src\pygerber\gerberx3\parser2\macro2\point2.py
class Point2(Element2):
    """Pair of two expressions representing a point in 2D space."""

    x: Expression2
    y: Expression2