Go to the source code of this file.
|
namespace | DSN |
| This source file implements export and import capabilities to the specctra dsn file format.
|
|
|
static int | DSN::scale (double distance, UNIT_RES *aResolution) |
| Function scale converts a session file distance to KiCad units of deci-mils.
|
|
static VECTOR2I | DSN::mapPt (const POINT &aPoint, UNIT_RES *aResolution) |
| Function mapPt translates a point from the Specctra Session format coordinate system to the KiCad coordinate system.
|
|
bool | DSN::ImportSpecctraSession (BOARD *aBoard, const wxString &fullFileName) |
| Helper method to import SES file to a board.
|
|