Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 453 Bytes

pypolyfab

Programatically generate designs for two-dimensional devices. A design for a device will be the Device class which will consist of instances of the Feature class

Device

A collection of features that form the device design.

Feature

An individual polygon which can then be registered into the Device. A feature cannot consiste of disjoint polygons.

Demonstration

See this demonstration for example usage