Is there a way to select a GraphicsEntity with the mouse?

AlexGh
AlexGh Member Posts: 14
Name Dropper First Comment
**

I am creating a graphical object in Factory3D (for example, a point using CreatePoint(IWorldPoint, Double)). Is it possible to select the displayed object with the left mouse button?
The idea is that the user should select a point on the drawn geometry, and then some algorithm will be executed. The geometry cannot be loaded directly into the project because it would make changes to the user's project, so I am using Factory3D.