ansys / pyansys-geometry

A Python wrapper for Ansys Geometry Services
https://geometry.docs.pyansys.com/
MIT License
46 stars 14 forks source link

Allow for picking directly from component level #1498

Closed RobPasMue closed 4 weeks ago

RobPasMue commented 1 month ago

Currently to allow for picking a user needs to set up its own plotter and do it manually. We should expose this capability directly from the component/design.plot() methods as well.

RobPasMue commented 1 month ago

This will require https://github.com/ansys/ansys-tools-visualization-interface/issues/173 to be merged and released

RobPasMue commented 4 weeks ago

We will leave body-picking for another time. This will require proper face identification and tessellation. Related to #759 partially - which I need to take over again.