🎉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

Solid ID

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

Hello!

 

Does anybody know if it exist a function to know the ID of which solid a line belongs?. I´m spliting a solid, and when use the *body_split_with_swept_lines command the ID´s of my principal solid changed. So I´m trying to know the knew ID of my principal solid if I just choose an edge of the solid.

 

Thanks.

Find more posts tagged with

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

    Hi

    try *createmark solids 1 'by lines'

    set solidIDs [hm_getmark solids 1]

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

    Hi,

    try this it works

     set solidIDval [hm_getentityvalue comps $CADcompname solids 0 -byname]