Message 1 of 10
AutoCAD DotNet Commons Project - First Source Code Online

Not applicable
06-27-2007
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have placed the my first source code files for the AutoCAD DotNet Commons Project online. These classes are for a little tool that will allow the user to label a coordinate. Please remember I'm just starting on the class files. At the current time they are just the forms and the "model" class for one of the forms. The "model" class doesn't have any methods defined yet, just properties. I hope to work on the method definitions over the next couple of days. As I get into the dirty work on the methods I will try to encapsulate any common logic they contain into some helper classes.
You can view the source code files here:
http://surveyos.svn.sourceforge.net/viewvc/surveyos/c_sharp/AutoCAD/Commons/Annotations/LabelCoordinate/
Please also note that I have created an area in this Subversion repository for contributed code, if others would like to participate in the library development. All of the code submitted would need to be released under the LGPL license.
If you need instructions on how to use Subversion you can ask me. You'll need a SourceForge developer ID and permission granted before you can get write access to the Subversion repository. If you don't want to hassle with this you can send me your code and I'll commit it.
If you are looking over my code for the Label Coordinate tool and have suggestion on how it might be improved, please let me know.
Thanks,
Scott Huey Message was edited by: Sunburned Surveyor
You can view the source code files here:
http://surveyos.svn.sourceforge.net/viewvc/surveyos/c_sharp/AutoCAD/Commons/Annotations/LabelCoordinate/
Please also note that I have created an area in this Subversion repository for contributed code, if others would like to participate in the library development. All of the code submitted would need to be released under the LGPL license.
If you need instructions on how to use Subversion you can ask me. You'll need a SourceForge developer ID and permission granted before you can get write access to the Subversion repository. If you don't want to hassle with this you can send me your code and I'll commit it.
If you are looking over my code for the Label Coordinate tool and have suggestion on how it might be improved, please let me know.
Thanks,
Scott Huey Message was edited by: Sunburned Surveyor