Message 1 of 8
SelectionSet objects
Not applicable
08-08-2012
11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like understand better how to deal with SelectionObj in SelectionSets..
How do i classify SelectionObj(s) as specific entities , like line2d,, so I can utilize them better with line2d methods..
would be better if i could prompt for lines and only allow lines for selection? is there such a function or do i program a IF that checks selectionSet and message user if some objects was not a linetype
my concept understanding is to:
for each selectionOBJ in selectionSET
trycast selectionObj.getobjectType, line2d
does that make sense?
i dont know how id put that in vb code.. if even possible. please point me in a direction. 'forgive my noobness