PDA

View Full Version : Sets query that returns all the members


rhythmone
08-15-2003, 03:07 AM
Is there a flag for this command:
sets -q flare1Set;

So that it doesn't return any strings that are objs grouped.... like:
polyToSubd1.smp[197][592:595]

but instead lists out each point.... I have been doing this the long way up until now.... like.

$setMems[] = `sets -q flare1Set`;
select $setMems;
$newSetMems[] = `filterExpand -sm 36 bla... bla... bla....

..... just to get a clean list of all the points that are within the set.

Buexe
08-15-2003, 04:55 PM
maybe the "-fl" flag?

rhythmone
08-15-2003, 08:08 PM
Thanks for the reply.... but I believe that that is more of an operation than a query

GDC
08-15-2003, 10:46 PM
you could just select the set and do an `ls -sl -fl`;

--g

CGTalk Moderation
01-15-2006, 09:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.