Hi @anuprasad_kkh. Out of curiosity, I did some quick testing on a test sheet metal part. I used an iLogic rule, and the built-in NamedEntities tool to assign names to Faces, Edges, or Vertex items while in edit mode of the flat pattern. At this time, I had not assigned names to any entities within the folded model yet. After assigning names to some things in the flat pattern edit mode, the 'Entities' tab does not show up in the iLogic DockableWindow, but it does show up when I switch back to editing the folded model. However, when I go to that 'Entities' tab, then select any of those entities in the list below that, which were assigned names in the flat pattern, it threw up a somewhat serious error message. So, that exact route (using the built-in NamedEntities tool to assign the names) is not going to work.
However, you may still be able to use a different means to assign names to those entities, if it was really important. You would have to do it the 'old' way (longer code process), and use different names for the AttributeSet and Attribute objects when you do it. But when you do it using different names for the AttributeSet and Attribute, as I am suggesting, then the iLogic shortcut snippets for creating dimensions, which allow you to directly specify those entity names, will not work with those names you assigned that way. There is still a way to find the named entities and make the dimensions reference them, but the other way requires quite a bit more code and complication, so I am not sure if it would be worth while for you, and would require having to potentially use two different systems within your existing code to make things work, depending on if it is a regular view, or if it is a view of a flat pattern.
Wesley Crihfield

(Not an Autodesk Employee)