LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete cursor or plot from 3d surface plots

Hi all,

 

I am working with the 3D surface plot, the one thats not an XControl (active x?). In my application there is potentially lots of data, so I would like to programmatically add and remove plots to make it quicker and easier to use.

 

From the dialog box, see attachment, I have the option to delete a plot using the button marked. However, I cant find out how to delete the plots programmatically. Is that possible? Please advice.

 

In addition, removing cursors is not possible either. Yes, I can make them dissappear from the plot, but they are still in the cursor list when selecting 3D graph properties.

 

Anyone know what to do? Using LV2012

 

I appreciate your help!

 

Cheers,

 

Øyvind

Best Regards,

Øyvind

CLAD
32 bit LV2015
64 bit Windows10
0 Kudos
Message 1 of 3
(2,461 Views)

I don't think you can do it through a property node, but you could just delete the data from the array and change the active plot.

0 Kudos
Message 2 of 3
(2,434 Views)

Hi Blueprint,

 

If you are using the 3D Surface function in LabVIEW, open it up and add an invoke method for CWGraph3D-->Plots-->Remove, and you will be able to remove a certain plot.

 

Best regards,

Robert P-F
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(2,342 Views)