Eslam mansour Posted June 14, 2021 Posted June 14, 2021 Is there a possibility to get lisp for block counter an total length for all line and polyline in one command ? ( export data to table ) Any ideas for merging the two lispes i attached files? CountV1-5.lsp Totallenght.lsp Quote
BIGAL Posted June 15, 2021 Posted June 15, 2021 (edited) For me I would leave seperate as you will need more columns in the table, I think it would look confusing. to do one after another just add the call to load the other program. (defun c:do2 () (if (not C:Totallenght)(load "totallength")) (if (not C:count)(load "Countv1-5")) (C:Totallength) (C:count) ) Edited June 16, 2021 by BIGAL Quote
hosneyalaa Posted June 15, 2021 Posted June 15, 2021 18 hours ago, Eslam mansour said: Is there a possibility to get lisp for block counter an total length for all line and polyline in one command ? ( export data to table ) Any ideas for merging the two lispes i attached files? CountV1-5.lsp 33.41 kB · 5 downloads Totallenght.lsp 2.68 kB · 4 downloads Hello @Eslam mansour I did not understand you Have you attached an example drawing? Explain the shape of the tables 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.