ACadSharp icon indicating copy to clipboard operation
ACadSharp copied to clipboard

C# library to read/write cad files like dxf/dwg.

Results 57 ACadSharp issues
Sort by recently updated
recently updated
newest added

# Description - PR to implement the DwgWriter - First version will intent to create a valid dwg file with simple entities only, specific or complex ones will be implemented...

feature

# Description - Link header with the document - Store and document the missing `System Variables` - Header and document versioning

enhancement

@DomCR I can't run this c# example project. It directly reports an error. No dependencies were found for the project. You mean that it can read all the information of...

help wanted

# Description - Implementation of IClonable for CadObjects to unattach them from a document.

enhancement

# Description - Tables respond to objects added or removed from the document

enhancement

# Description - Collection events `OnAdd` and `OnRemove` have been refactored to be easier to use using a new class for the event `CollectionChangedEventArgs`

code refactoring

# Description Read a single section in a dxf file. # Tasks done in this PR * [x] Read entities section * [ ] Read tables section

feature

IDxfStreamWriter has no dedicated methods to write CM and EN colors. The interface should be extended and the implementation should be added.

enhancement

# Description Explore the Dwg mesh section to read the mesh entity for DWG files. # Tasks done in this PR * [ ] DwgReader * [ ] DwgWriter

enhancement

# Description PR to list the major requirements to include in the first release. # Tasks done in this PR ## Functionality * https://github.com/DomCR/ACadSharp/pull/286 * https://github.com/DomCR/ACadSharp/pull/285 * https://github.com/DomCR/ACadSharp/pull/287 * https://github.com/DomCR/ACadSharp/pull/269...