10-02-2006 12:52 PM
10-02-2006 01:10 PM - edited 10-02-2006 01:10 PM
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
10-02-2006 01:17 PM
Ben,
Thanks. That's exactly what I was looking for.
-Joe