omandgulf Posted April 20, 2013 Posted April 20, 2013 Hi I have an excel file with a column containing polygon vertices like follows: Row 1 x-Cord1|y-Cord1 x-Cord2|y-Cord2 x-Cord3|y-Cord3.... Row 2 x-Cord1|y-Cord1 x-Cord2|y-Cord2 x-Cord3|y-Cord3.... Row 3 x-Cord1|y-Cord1 x-Cord2|y-Cord2 x-Cord3|y-Cord3.... ......... I am looking for a .Net code that can read each row cell and draw the polygons automatically in AutoCAD window. I am having a bout 100 rows (polygons) and hence I prefer that the code will display all polygons at once in AutoCAD window and not draw them one by one. I am already having Autolisp code to draw them one by one but I wish to have a .Net code to allow batch polygons drawing instead. Thanks a lot for any assistance Quote
BlackBox Posted April 20, 2013 Posted April 20, 2013 ... Duplicate thread at Autodesk Discussion Group... And another at AUGI here. Quote
omandgulf Posted April 20, 2013 Author Posted April 20, 2013 Yes right, I have duplicated the thread in another two forums with the aim to get faster response. Quote
BlackBox Posted April 20, 2013 Posted April 20, 2013 omandgulf said: Yes right, I have duplicated the thread in another two forums with the aim to get faster response. For completeness, from here: fixo said: BlackBox said: That's great... For you... And only in theory. I posted that in an effort to be respectful of others' time... Which is often wasted when one posts duplicate threads in such a close time frame... So that others' do not needlessly post a suggestion that has already been provided you elsewhere, resulting both in wasted effort on their part (unknowingly), and your frustration due to not solving the issue (unwittingly). In reality... It can't be that pressing of a matter if you're relying on forums responses to help you learn / solve your issue, so perhaps it would be prudent to give it while before duplicating your future threads in multiple forums. Good luck. Completely agreed Quote
omandgulf Posted April 21, 2013 Author Posted April 21, 2013 BlackBox said: For completeness, from here: Thanks BlackBox for your important note , I really appreciate what you have said. Such is quite useful for junior forum users like me to realize. Quote
omandgulf Posted April 21, 2013 Author Posted April 21, 2013 replied at: http://forums.augi.com/showthread.php?148870-Net-code-to-import-polylines-from-excel&p=1225009#post1225009 Quote
BIGAL Posted April 22, 2013 Posted April 22, 2013 Whats wrong with creating then one after another main thing is to not do a regen or zoom till finished. the .Net code will make them pretty quick. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.