🎉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

How to get assigned Tag Label for a Surface using Python Script?

User: "exMSC"
Altair Community Member

In HyperMesh 2024.1 I've assigned a tag label to several surfaces in my model. How can I get the tag label for these surfaces using a Python Script?

Thanks.

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Chinmay_1"
    Altair Employee
    Updated by Chinmay_1

    Hi you can use the below snippet to get the tag details

    e.g the below model has 3 tags on the surfaces

    image.png

    Python code to get the tags —