- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently working on a simple stair plugin as a side project for Autocad. As of now I can draw a pline connecting two points as stairs and I can specify constraints like the start and end positions, or the tread rise or run. This is just the base of what I hope becomes a more useful plugin with many features.
As I am getting further and further into this project I am realizing that eventually I will be drawing complicated 3d stairs and possible curves and winders and all that jazz. It would be a pain if you couldn't modify them after making them. Obviously you could simply edit them in basic Autocad, but I was wondering if I could create a block that contained my stair and have specific code for editing it. Something where the user could enter new tread rise values or tread run values and such to modify their design. I understand if this is possibly extremely complicated, but I am willing to put the time in to learn it.
As you can probably tell I am new to plugin development so any help you could give would be greatly appreciated. Oh and I'm coding this in c#.
Thanks!
Solved! Go to Solution.