Jump to content

CAN YOU HELP ABOUT LISP


hmtpk

Recommended Posts

Mr. Bigal. Can you help with the subject?

On 4/4/2023 at 1:51 PM, hamit said:

Hello ; First of all, thank you for your attention. I still have the problem of closing the osnap settings when Lisp is running. Also, I request that the polylines in the orije be thrown into the table as polylines, not lines.

 

Edited by hamit
Link to comment
Share on other sites

 

 

This is end of code

(vla-settext objtable  (+ (length lst2) 2)  6 (rtos voltot 2 3))

(princ)
Change to this missing reset snaps

(vla-settext objtable  (+ (length lst2) 2)  6 (rtos voltot 2 3))
(setvar 'osmode oldsnap)
(princ)

 

Link to comment
Share on other sites

mr. bigal .The polylines in the project cannot be assigned to the table as polylines instead of lines.Let the linetype part of the table be polyline if the selected line is polyline if the line is polyline.Thanks

Edited by hamit
Link to comment
Share on other sites

So if LINE do not draw a line in table ?

 

Needs a few changes in code must store in list of values is Line or Pline.

 

Will try tomorrow.

 

 

Edited by BIGAL
Link to comment
Share on other sites

Does it really matter ? I noticed you have used a Lineweight for the line work rather than a width on the plines, could draw the plines with a width and the lines as skinney. It would need you to draw plines with width.

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...