LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically change 'point size' in 3D parametric surface?

Hi,
 
I am trying to programmatically change the point size of a 3D parametric surface.  The pointsize parameter is available in the front panel under CWGraph3D-->Properties-->Plots-->Point-->Size but does not seem to appear under property node.  Any help would be appreciated.
 
Thanks,
Joe
0 Kudos
Message 1 of 3
(2,976 Views)

Hi Joe,

Please see attached image.

Hint to make you dangerous:

If you compare the code I posted to the location you specified "CWGraph3D-->Properties-->Plots-->Point-->Size" you should notice that there is an analogy between the structure of the property/invoke nodes used to manipulate same. That tid-bit should let you get at all of the 3d graph stuff.

additional notes:

the CW 3d graph graph starts numbering things at "1" NOT "0".

CW 3d use BGR not RGB colors.

Color map values should be assending and one-to-one with the color values (just incase you get to that question)

You now know everything I do!

Ben

Message Edited by Ben on 10-02-2006 01:10 PM

Message Edited by Ben on 10-02-2006 01:12 PM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 3
(2,976 Views)

Ben,

Thanks.  That's exactly what I was looking for.

-Joe

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