Index: index.html =================================================================== --- index.html (revision 9622) +++ index.html (revision 9623) @@ -10,7 +10,7 @@

2. Model of the world

-Pcb-rnd is designed to handle geometric data of a PCB. This section describes +Pcb-rnd is designed to handle the geometric data of a PCB. This section describes how pcb-rnd represents reality (e.g. copper shapes) in memory.

2.1. board

@@ -31,21 +31,25 @@ terminals (pins or pads) to connect. A terminal is given as elementname-pinname, e.g. U4-7 means "pin number 7 in element called U4".

-Font, which is always embedded in the design file to guarantee +Fonts are always embedded in the design file in order to guarantee that the file can be ported and will look the same on different hosts.

Misc editor settings, such as grid size and offset.

2.2. layers

+

+Pcb-rnd aides the user in creating real pcb product, composed of real +physical layers. pcb-rnd also refers to layers to conceptualize this +process, but pcb-rnd layers are different than the physical layers.

-Unlike a physical layer, a pcb-rnd layer has no thickness. It is a -2 dimensional, logical canvas, similar to layers in image manipulation software -like gimp. There are explicit and virtual layers. An explicit +Unlike a physical layer, a pcb-rnd layer has no thickness. It is a 2 +dimensional, logical canvas, similar to layers in image manipulation software +like gimp. In pcb-rnd there are explicit and virtual layers. An explicit layer contains drawing primitives (objects) placed by the user. The user has -full control over an explicit layer: objects can be added or removed or -changed any time. A virtual layer has no such flexibility: pcb-rnd computes -its content from explicit layers and there's no way to change the result -directly. A layer is always part of a layer group. +full control over an explicit layer: objects can be added or removed or changed +any time. A virtual layer has no such flexibility: pcb-rnd computes its content +from explicit layers and there's no way to change the result directly. A layer +is always part of a layer group.

2.3. layer groups

@@ -68,21 +72,21 @@ layers in them. The mask, paste, silk layer groups behave the same and can host zero or more logical layers.

-Each laeyr group has a type. Types are: +Each layer group has a type. Types are:

Each layer group has a location. Locations are:

Not all combination of type and location are supported: e.g. for an outline