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.
Hi you can use the below snippet to get the tag details
e.g the below model has 3 tags on the surfaces
Python code to get the tags —
Hi you can use the below snippet to get the tag details
e.g the below model has 3 tags on the surfaces
Python code to get the tags —