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.
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.
