I thought I knew how to do this but apparently not.
I can successfully name and rename the entity property name for the faces on a part, but I don't know how to select them using these names.
Before I run the face-naming code:
After I run the face-naming code:
However, if I want to select one of the faces by their new names in the code, how do I do that? I thought it had something to do with the method where you select by using a line similar to:
bool = Entity.Select4(Boolean, Data)
but my mind is foggy at the moment so I don't know and haven't found any examples that clear it up.
just did a test and this worked for me.