示例#1
0
 public LibraryConverter(ProjectConverter parent)
 {
     Parent           = parent;
     LibNames         = new List <string>();
     AllDevices       = new List <Device>();
     AllSymbols       = new List <k.Symbol.Symbol>();
     AllFootprints    = new List <k.ModuleDef.Module>();
     FootprintNameMap = new RenameMap();
 }
示例#2
0
        RenameMap PartMap = new RenameMap();           // All parts from <parts> element, with converted name

        //
        public BoardConverter(ProjectConverter parent)
        {
            Parent = parent;
        }
示例#3
0
        //PointF DrawingOffset = new PointF(0, 0);


        public SchematicConverter(ProjectConverter parent)
        {
            Parent = parent;
        }