David Bethel Posted September 28, 2010 Posted September 28, 2010 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 Quote
BlackBox Posted September 28, 2010 Posted September 28, 2010 Perhaps, this will work: (ssget "_x" '((-4 . "<OR") (0 . "3DFACE") (210 0 0 1) (-4 . "OR>"))) Quote
David Bethel Posted September 28, 2010 Author Posted September 28, 2010 Yep, That got it! thanks! -David 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.