mirror of https://github.com/KLayout/klayout.git
Updated pykl Technical (markdown)
parent
5959d52fc8
commit
0a234f4253
|
|
@ -24,11 +24,12 @@ The Qt binding is based on the GSI framework and supplies class descriptors for
|
|||
|
||||
## Module structure
|
||||
|
||||
The KLayout master module is "pykl". The KLayout core itself comes in three modules
|
||||
The KLayout master module is "klayout". The KLayout core itself comes in four modules
|
||||
|
||||
* **tl**: the basic toolbox (boxed types, introspection, utilities, expression parser ...)
|
||||
* **db**: the core algorithms of KLayout (geometrical primitives, layout, cells, regions ...)
|
||||
* **lay**: the application objects (user interface objects ...)
|
||||
* **rdb**: the report database objects
|
||||
|
||||
With Qt bindings enabled, some Qt modules add to this:
|
||||
|
||||
Loading…
Reference in New Issue