wannabe Posted October 23, 2008 Posted October 23, 2008 At the moment I am trying to work out how to find out if any of the objects in my selection set contain a certain value. The value, in this case, that I am looking for is a Z coordinate. Obviously a negative value is also a coordinate, but I think I should be able to handle that part of the code, once I have worked out how exactly to ask if any items have a Z value that is not exactly 0. Quote
wannabe Posted October 23, 2008 Author Posted October 23, 2008 It think using elevation I should be almost there. The problem is just getting a list of all the objects in the selection set. Quote
borgunit Posted October 23, 2008 Posted October 23, 2008 It all depends on object type. You will probably need to "feed" the selection set ents one at a time through a SELECT CASE ent.OBJECTNAME and then query the z once you know the object type. I hope I am making sense. 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.