Ansys Learning Forum › Forums › Discuss Simulation › 3D Design › Adding permanent identifiers to bodies, faces and edges › Re: Adding permanent identifiers to bodies, faces and edges
February 21, 2022 at 8:27 am
Subashni Ravichandran
Forum Moderator
Hello Herman Moors
I understand now, that you are trying to refer tot he faces using the hexadecimal code of the face in scripting.Â
Instead, you can refer to the faces as below.Â
Example:Â GetRootPart().Bodies[1].Faces[3]
This should give you the 4th face of 2nd body in the structure tree.
Is this helpful to you?