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?