eval *createmark surfs 1 $list donot work.

paco espinola
paco espinola New Altair Community Member
edited April 2021 in Community Q&A

Hi

 

I am trying to run the following tcl

eval *createmark surfs 1 $list 

 

but do not work

 

Also

eval *createmark comps 1 $list 

work nice in the same script

both $list were create in the same way

 

set list {}

...

...

foreach yy $value{

 lappend list $yy

}

 

eval *createmark surfs 1 $list 

eval *createmark comps 1 $list

 

I also try 

eval *createmark surfaces 1 $list

but no success

I apreciate any clue.

 

 

 

 

Answers

  • Adriano Koga_20259
    Adriano Koga_20259 New Altair Community Member
    edited April 2021

    after the createmark, if you perform a:

    hm_getmark surfs 1 

    does it return you anything? Are you sure about the IDs of your surfaces?