AltiumSharp
AltiumSharp copied to clipboard
C# .NET Standard library to read Altium library files and render them
- Added some more context as to how to run LibraryViewer with AltiumSharp - Updated the AltiumSharp PcbLib example to match the library implementation - Updated LibraryViewer Project file to...
* Added missing fields for step model * Added mechanical layer kind * Added mechanical lair pairs
This allows to read and write the pin function data which is introduced in AD22.6. (OpenMcdf package version is also updated, it can be ignored)
Hi @issus Thanks a lot in advanced for your effort to develop such a usefull library. I'm using it to read PcbLib files and get footprint data. But I have...
Footprint resource not found: RX10-18*15*5
Is it possible to rename a footprint inside a PcbLib? I can change the designID in the SchLib for symbols but for footprints I see the pattern variable but this...
AltiumSharp has a dependency on System.Drawing.Common and as far as I saw, this is the only dependency tying this project to Windows. It is technically possible to run System.Drawing.Common outside...
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.3. Release notes Sourced from Microsoft.Windows.Compatibility's releases. .NET 7.0.3 Release .NET 7.0.2 Release .NET 7.0.1 Release Commits 0a2bda1 Merged PR 29014: Disable source build for...
I noticed an issue when trying to import footprints with more than 32 chars and a similar name up until the 32nd char. The problem appears in the function `ReadSectionKeys`...
09cb8bdc621ead0256fe8ef3cc965162fc4f2880 Add preliminary support for reading PinTextData from SchLib. But the data is discarded after read out, nor saved when writing to file. Currently I'm adding a byte array field...