-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Uriel Guy edited this page Jan 18, 2019
·
2 revisions
Welcome to the KiCad_sharp wiki! Here the main classes you should be dealing with:
- PCB - The class describing a while PCB. Mainly a container for other
- DrawingLayer - A class describing the EdgeCuts, FSilk and BSilk layers.
- Traces - A class for managing the traces for all layers.
- Zones - A class managing the zones in the PCB
- Nets - The list of nets.
- Components - The object managing all of the footprints located on the board.
Some more useful classes are: