🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Find which comp a solid belongs to

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi all,

 

Is there a way to find which component a solid belongs to?

 

I couldn't find a tcl command for this...

 

Thanks.

Find more posts tagged with

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

    The following code will give you the ID of collector of solid:

     hm_getvalue solids id=NUM dataname=collector

    Where NUM is solid ID.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Perfect! I tried the same line but with 'component' instead of 'collector'...

    Thanks a lot.