Jump to content

lisp for block counter an total length for all line and polyline


Eslam mansour

Recommended Posts

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 by BIGAL
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...