TRicKolas Posted August 7, 2018 Posted August 7, 2018 Hello, Could you help me with the following question? I would like to filter all the texts and multileaders at Z=0. I could solve it for texts by using the following code, but it does not work for multileaders when I simply change TEXT to MULTILEADER. How could I do it? (sslength (ssget "X" '((0 . "*TEXT") (-4 . "*,*,=") (10 0.0 0.0 0.0)))) Thanks a lot, Cs. Quote
Roy_043 Posted August 8, 2018 Posted August 8, 2018 Group code 10 occurs multiple times in the entity list of an mleader. Try using gc 110 instead. 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.