The modeler.py module#

Summary#

Modeler

Manages EDB methods for primitives management accessible from Edb.modeler.

normalize_pairs

Convert any reasonable point description into [[x1, y1], [x2, y2], …]

Description#

This module contains these classes: EdbLayout and Shape.

Module detail#

modeler.normalize_pairs(points: Iterable[float]) List[List[float]]#

Convert any reasonable point description into [[x1, y1], [x2, y2], …]