Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: mich95
Posted By mich95 On 07-12-2016 | Views: 2,362 Replies: 0
$selected = `ls -sl`;
for( $form in $selected ) {
select $form;
string $name = $form;
int $count[] = `polyEvaluate -v $form` ;
select ($name +".vtx [0:" + ($count[0] - 1) + "]");...
Showing results 1 to 1 of 1