hamit Posted April 10, 2023 Share Posted April 10, 2023 (edited) 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 April 10, 2023 by hamit Quote Link to comment Share on other sites More sharing options...
BIGAL Posted April 11, 2023 Share Posted April 11, 2023 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) Quote Link to comment Share on other sites More sharing options...
hamit Posted April 11, 2023 Share Posted April 11, 2023 (edited) 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 April 11, 2023 by hamit Quote Link to comment Share on other sites More sharing options...
BIGAL Posted April 11, 2023 Share Posted April 11, 2023 (edited) 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 April 11, 2023 by BIGAL Quote Link to comment Share on other sites More sharing options...
hamit Posted April 12, 2023 Share Posted April 12, 2023 The line is drawing in the table Mr. Bigal. I want the polylines to appear as polyline in the table. Quote Link to comment Share on other sites More sharing options...
BIGAL Posted April 12, 2023 Share Posted April 12, 2023 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. Quote Link to comment Share on other sites More sharing options...
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.