02-08-2007 02:42 AM
02-09-2007 02:27 PM - edited 02-09-2007 02:27 PM
Message Edited by AndrewMc on 02-09-2007 02:29 PM
02-12-2007 02:40 AM
02-13-2007 12:04 PM
02-14-2007 02:24 AM
Hi.Thank you for replying.I tried to use the next sequence to see what happens:
CW3DGraphLib__DCWGraph3DPlot3DSurface(graphHandle,NULL,xV, yV, zV, CA_DEFAULT_VAL); //surface 1
Delay(10);
CW3DGraphLib__DCWGraph3DPlot3DSurface(graphHandle,NULL,xV, yV, aaaV, CA_DEFAULT_VAL); //surface 2
The fact is that surface 2 is drawn after surface 1 is deleted.Is this the normal behaviour?Is there a special setting for deleting prior drawing?
P.S. For the maximum value (second plot) I used PointColor(=vbBlack),PointSize(7.00),FillColor(white).And in the drawing sequence (for the first plot,not after) I posted ClearData.That's the reason why I tried the sequence above.
02-14-2007 10:45 AM
02-15-2007 08:36 AM
Hi again
.I used SetMultiPlot to true,I should have sent you the entire sequence then.I will attach a programme now and if you'll have a few minutes to take a look at it so that you could see exactly what is my problem.For start ,press PLOT button which will draw an image(coresponding to the FirstPlot.jpg from a former message),then press AbsoluteValues button(RING) and select MaximumValue (it will appear a single green point ,2ndPlot.jpg) and after that press again Absolute Val and select AbsoluteValues to see the third image(1stPlot.After.jpg).And all I want is to know how could I plot the green point on the top of the first plot and eventually to make it black.
From what you see,it is a normal behaviour?
Thank you so much for your time.I hope you will answer me this time too.
Kind regards,
Andreea
02-16-2007 04:35 PM
02-21-2007 04:36 AM
Hello.Thank you very much for your answer.I did as you said and it worked.I hope I didn't cause you too much trouble.
Kind regards,
Andreea
02-21-2007 09:09 AM