hbendillo
Electrical
- Jan 24, 2003
- 88
I currently have an autolisp routine that does the following:
Activates the Arc Start-End-Direction arc command and asks for start point.
After clicking start point asks for end point
After clicking end point you adjust your arc for the direction desired.
After clicking when getting arc formed correctly it resets to the Arc Start-End-Direction command and selects the end point of the last arc as the start point for the next one.
You then select the next end point and the procedure continues until you reset or click return twice.
I am trying to learn AutoCAD VBA and would like to see what this looks like in VBA. Is this easy enough for someone to show me the code? I use this for electrical circuit wiring. Any help would be appreciated.
Activates the Arc Start-End-Direction arc command and asks for start point.
After clicking start point asks for end point
After clicking end point you adjust your arc for the direction desired.
After clicking when getting arc formed correctly it resets to the Arc Start-End-Direction command and selects the end point of the last arc as the start point for the next one.
You then select the next end point and the procedure continues until you reset or click return twice.
I am trying to learn AutoCAD VBA and would like to see what this looks like in VBA. Is this easy enough for someone to show me the code? I use this for electrical circuit wiring. Any help would be appreciated.