RBT7
09-24-2011, 11:01 AM
I need to select an object who is a child of my first object selected , I tried to use this script
exemple : joint1| joint2| joint3 .
=============
string $sel[] = ` ls -sl `;
//Object selected is "joint1" , now I need to select joint3 by using
select $sel[0] | joint2 | joint3 ;
but it says "Syntex error" . so what is the right way to do this ?
exemple : joint1| joint2| joint3 .
=============
string $sel[] = ` ls -sl `;
//Object selected is "joint1" , now I need to select joint3 by using
select $sel[0] | joint2 | joint3 ;
but it says "Syntex error" . so what is the right way to do this ?
