10-22-2018 08:13 AM
Hello everyone, I am working on a project recently. I used sensor mapping and 3D display controls here. I have encountered two difficult problems that require everyone's help:
Because I have just been exposed to LabVIEW, all aspects are limited and I need your help and guidance in the forum. I am very grateful.
Your sincerity Sternberg
10-22-2018 08:46 AM
For your point 1, the mouse gives a position in 2D and you need a 3D position in the 3D picture control.
You can use the method of the 3D picture control: Pick Model. This method returns the name of the models that are intercepted by the projection of your view in the direction of the window coordinate that you provide.
You can extract a mouse-click coordinate in the 3D picture control by using an event structure.
You can display text in a 3D picture control by using Create Text.vi.
For your point 2, only you know how you can get information to automatically positions your sensor. Your question needs to be more specific.