TPoint3DSeries reading Zvalue ?
TPoint3DSeries reading Zvalue ?
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?
Hi.
If you know the index, then you could use the following code:
If you know the index, then you could use the following code:
Code: Select all
var zval: double;
zval := point3DSeries.ZValues[Index];
Marjan Slatinek,
http://www.steema.com
http://www.steema.com