Hey guys,
Is it possible to store the names of selected parts in the tree with API? Basically I want to make a macro that exports selected parts as any one of various formats (XT, STEP, etc.). So I want to select each part I want to save in the tree, click a mapped button, it'll bring up a window asking me which format, click okay, and then saves each one individually. I've already written a chunk of it, but I'm not sure how to utilize the tree with API.
Google/forum searching didn't seem to come up with anything. It keep directing me to getselectedobject6(), but I don't want to have to select a face or edge or anything in the assembly space. Can someone point me in the right direction?