Discussion Group ClassLibrary, please read!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
In order to help out programmers starting to program AutoCAD Addins I’ve created a class library to make our lives a bit easier. I also hope other people here will contribute to this class library so we can create an AutoCAD frame work off building blocks. We all have to create layers, load line types create text styles and dimension styles.
At this moment I created a Layer Class, LineType Class and a general Enum Class So we can use StrongType names instead of text strings. I only added an enums for all Linetypes in acad.lin.
But I can think of some other enums like color witch returns color numbers.
The Second project in the solution is for testing and has some examples on how to use the classes.
The Solution is created in Visual Studio 2010. The AutoCAD version I used is AutoCAD 2011 and is coded in C#. My knowledge of VB.NET is limited but it would be nice if there is someone who could convert It.
For the next versions I will add classes for creating text styles and dimension styles.
If any of you have comments about my code please don’t hesitate to tell me about it or change the code.
If anyone has an idée to keep the source on a central place please tell me so we can place it there. Some kind of versioning would be nice. For now please attach your classes with your post and I will add them to the solution and post a new version of it.
I hope we as community can create something we all can use. And make developing for AutoCAD a bit Easier.
Kind regards,
Irvin