LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Possible graphical visualization methods for 3D space

I am trying to create a visualization for a scientific analysis computation.  What is required is creating objects represented in 3D space (ideal job for the 3D picture control) and then drawing vectors from these objects.  The vectors represent velocity deltas for spacecraft in orbit.  Each time the application is run the magnitude of the vectors will change.  Drawing objects is not something supported in the 3D picture control.  Does LabVIEW have inherint to it the ability to draw objects in 3D, such as vecotrs?  If not is there another implementation method that can be used.  An add-on package maybe?
0 Kudos
Message 1 of 3
(2,702 Views)
Hi,
 
I do not think there is an inherent way to add vectors to the 3D picture control.  There may be some workarounds, but it would be helpful to have a little more information.  How are these vectors determined?  Do you want to draw them freehand or use known vectors and have them drawn programmatically?  I will play around with this some more and see if I can figure out something will help.
Donovan
0 Kudos
Message 2 of 3
(2,673 Views)
Can you post a little drawing of what you want to do.  We can pretty much draw anything with the use of the mesh class which allows you to define a surface or set of lines to draw.  I would be happy to help, but I am a bit unsure what you are trying to accomplish.
0 Kudos
Message 3 of 3
(2,660 Views)