[Hoops Visualize iOS] How to do it: Find the nodeId when the user taps an item on the model

I’m using the Hoops Visualize app on iOS for picking

I have a modal tree (containing a list of model node items).

When I tap a line/face on the model, they are highlighted. When I tap again, the highlight should be canceled.

Furthermore, when I tap a line/face, I want to get the nodeId of the tapped line/face to link it to the node item in the modal tree.

I followed How to obtain edges for Communicator.Selection.FaceEntity ?. However, it only supports the web platform.

How to obtain on a mobile platform?

@phu_bn this is related to HOOPS Visualize for Desktop & Mobile.

Please consult Selection — HOOPS Visualize Desktop Documentation and look at obtaining selection results.

Mike