For creating multiple components in HYPERMESH with TCL, you can use the code below.
for {set i 1000} {$i <1250} {incr i} {*createentity comps name=Shell.$i id=$i}
When this code works, you will see 250 components on left menu. Their names are like the below;
Shell.1000
Shell.1001
Kommentare