Page 1 of 1

TPoint3DSeries reading Zvalue ?

Posted: Thu Dec 11, 2003 2:18 pm
by 8573774
How do I go about to get the stored Zvalue in a TPoint3DSeries when I know the indexnumber in the series? - X and Y have the Series.?Value(nr) but there is no for Z-axis?

Posted: Thu Dec 11, 2003 4:55 pm
by Marjan
Hi.

If you know the index, then you could use the following code:

Code: Select all

var zval: double;
zval := point3DSeries.ZValues[Index];