08-22-2012 12:13 PM
So Ben, I based myself on a program you wrote as you can see. This program plots 200 by 200 points surfaces and does this 200 times (you can see the VI place these surfaces) with random magnitude. The condition is the equation of a solid sphere (x² + y² + z² < 100²), else its NaN.
Is there a good guide for CW3DGraph or ActiveX in general? Because I don't understand much if it.
Is this correct : every instance of the outer for-loop a 3D parametric surface is added to a container in CWplots3D?
08-22-2012 02:47 PM
Thank you!
"The school of hard knocks" is where I learned it.
If you look at the property pop-up and compare it with the activeX methods, you will see the patern used to programatically get at the whisltes and bells.
Ben