Eman Al Badawi Posted July 22, 2018 Posted July 22, 2018 Hi I am a student trying to make some steps in my project according to what I saw in some YouTube videos that programmer can control the Layers properties to count the total length (Line & Polyline) of it and export the result in MS Excel. Anyone can help me in how to build this code, please? Thanks in advance Quote
BIGAL Posted July 23, 2018 Posted July 23, 2018 Have a look at this http://www.cadtutor.net/forum/showthread.php?104761-Sum-Lines-by-Linetype Quote
Solitechcadsolutions Posted July 24, 2018 Posted July 24, 2018 You can get total length of Line & polyline from autolisp (you can search this code on google). then export this data with csv file you can use below code with vl-write I think.. this should work (setq excel (getfiled "Select Drawing File" "" "csv" 1)) Quote
Eman Al Badawi Posted July 24, 2018 Author Posted July 24, 2018 Thank you Mr. Solitechcadsolutions & Mr. BIGAL It seems all about AutoLISP, so I need to read about it to understand the codes because I have no idea yet 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.