Skip to content

simplifysolutions/ACAD-Extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACAD-Extensions

.NET WPF/MVVM App that is run within AutoCAD and performs various batch functionalities on autocad dwg files

Back end AutoCAD dwg file processing is done by loading the database portion of the file into memory, and making edits to the in-memory version, then saving it out to the file system. This method is used as opposed to the traditional open method which is slower and requires an instance of AutoCAD to be opened

About

AutoCAD batch processing application for various custom functionalities for AutoCAD .dwg files. Uses: C#, .NET Framework, WPF, MVVM, AutoCAD .NET API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%