how to create component with TCL command

User: "CLHg"
Altair Community Member
Updated by CLHg

Hello everyone!

 

I would like to create many components every time when I use the hypermesh.

component list ex(ch1,ch2,ch3,la1,la2,la3,re2,re3...LA1,LA2............etc)

 

It is possible create one time by TCL?

Thanks

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "sandeepballiwar"
    New Altair Community Member
    Updated by sandeepballiwar

    Yes, it is very much possible. You need to use for or foreach loop and  *collectorcreateonly api

     

    User: "CLHg"
    Altair Community Member
    OP
    Updated by CLHg

    OK,Thanks a lot.

    I will try it