Albert Domenech
Albert Domenech
# 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...
# Description - Link header with the document - Store and document the missing `System Variables` - Header and document versioning
@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...
# Description - Implementation of IClonable for CadObjects to unattach them from a document.
# Description - Tables respond to objects added or removed from the document
# Description - Collection events `OnAdd` and `OnRemove` have been refactored to be easier to use using a new class for the event `CollectionChangedEventArgs`
# Description Read a single section in a dxf file. # Tasks done in this PR * [x] Read entities section * [ ] Read tables section
# Description Explore the Dwg mesh section to read the mesh entity for DWG files. # Tasks done in this PR * [ ] DwgReader * [ ] DwgWriter
# 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...
# Description The `DxfReader` has to identify the different ModelSpace naming conventions. Some Dxf files also have erratic structures, the reader should be capable to handle them and restore the...