Etape 29
Utiliser le script pour contraindre les locators
string $command,$list_loc[] = `ls -sl`;
int $size=size($list_loc);
int $i;
for ($i=0; $i < $size; ++$i)
{
$command = "select -r locat_1_"+$i ;eval $command;
$command = "select -add locat_2_"+$i ;eval $command;
pointConstraint -weight 1;
}