Jump to content

need help in hiding all entities type except text entity with specified conditions!


Recommended Posts

Posted

some example of 'specified condition' need are;

 

- hide all EXCEPT text entity of only integer number with only 10 digits

- hide all EXCEPT text entity of only alphabet letters with only 10 letters

- etc

 

thanks in advance!

8)

Posted

Maybe a strating point:

 

(setq ss (ssget "X" (list 
          (cons 0 "TEXT")
          (cons -4 "<OR")
             (cons 1 "##########")
             (cons 1 "@@@@@@@@@@)
          (cons -4 "OR>))))

 

Totally untested

 

-David

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