Jump to content

(ssget) filter for WCS and 3DFACEs


Recommended Posts

Posted

I'm drawing a blank

 

To create a pickset of all entity types that are WCS (210 0 0 1) and of 3DFACEs where 210 is not present in a single ssget call.

 

(ssget "X" '((0 . "*")(210 0 0 1)))

(ssget "X" '((0 . "3DFACE)))

 

Any cool ideas floating around? -David

Posted

Perhaps, this will work:

 

(ssget "_x" '((-4 . "<OR") (0 . "3DFACE") (210 0 0 1) (-4 . "OR>")))

Posted

Yep, That got it! thanks! -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...