top of page

Creating components with TCL in Hypermesh

Admin

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

Recent Posts

See All

Reading a csv file by using tcl

Reading a csv file procedure is similar to the other programming languages. # Open the CSV file in read mode set filePath...

Comentários

Avaliado com 0 de 5 estrelas.
Ainda sem avaliações

Adicione uma avaliação

© 2023

 
bottom of page