|
Group: Forum Members
Posts: 30,
Visits: 61
|
Hi,
To rephrase my question, I would like to know if I always need to use FSurfaceSeries.XValues.Add(x) FSurfaceSeries.ZValues.Add(y) FSurfaceSeries.Values.Add(z)
Even when all the possible X and Depth values have been entered and only the Values (elevation) will change.
Periodically I receive an event with an X parameter and a series of points creating a slice (2D) with the Depths and elevations and I want to update my triangulated surface with these new values, assigning for each new X-Z pair a new elevation value.
Should I use FSurfaceSeries.Values(???) = newElevationValue or keep adding the X, Depth and Elevation values to the lists.
If the answer is the first one, what should I put inside the bracets and if it's the second one, won't there be an out of memory exception after a certain time?
Thanks for your help,
Best regards, Joël
|