Face picking on mouse click #1797
              
                
                  
                  
                    Answered
                  
                  by
                    RobPasMue
                  
              
          
                  
                    
                      Indrajeetrt
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hello, Thank you in advance | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            RobPasMue
          
      
      
        Mar 6, 2025 
      
    
    Replies: 1 comment 4 replies
-
| You might want to have a look at https://geometry.docs.pyansys.com/version/stable/examples/01_getting_started/05_plotter_picker.html#Select-objects-interactively This example shows how to enable interactive picking on the  | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi @Indrajeetrt - so I did some research and there is definitely a bug in some of our functionalities... I am really sorry for that. We will work actively on making it easier to select faces and edges.
Nonetheless, a quick workaround for selecting faces would be to pass in the list of faces of your geometries to the plotter. So, imagine geom was a Body object --> plotter.show(geom.faces) would allow you to select faces individually.