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 9 10 11 12 13class Point2(Element2): """Pair of two expressions representing a point in 2D space.""" x: Expression2 y: Expression2