top of page
Admin

Creating components with TCL in Hypermesh

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

15 views0 comments

Recent Posts

See All

Kommentare

Mit 0 von 5 Sternen bewertet.
Noch keine Ratings

Rating hinzufügen
bottom of page