HI, Brian-san,
Thank you for your detailed answer and I really appreciated it.
I could get the information of the face which I selected.

In addition to the information of the face, I'd like to know a specific number of it.
There are 18 faces of this model, showing below, and I think it has specific number to identify in the body.
I want to find the number of selected face and put it in my script.

Here's a part of my script.
# Create a collection of entities for shell
faces1 = rootComp.bRepBodies.item(0).faces.item(15)
entities1 = adsk.core.ObjectCollection.create()
entities1.add(faces1)
In this case, "item(15)" is target face, but it's really troublesome to find the number of 15.
Are there any good way to find it?