Page 1 of 1

SurfaceMeshSeries3D : Append Data

Posted: Wed Jul 09, 2014 8:30 pm
by blakeadkins
Is is possible to append data to the beginning or the end of the SurfaceMeshSeries3D data set?

Example: I want to add a SurfacePoint[] array to the end of SurfacePoint[,].

Re: SurfaceMeshSeries3D : Append Data

Posted: Thu Jul 10, 2014 6:10 am
by ArctionPasi
In SurfaceMeshSeries3D, appending is not unfortunately not possible, you'll need to create a new data array and copy the data.

In SurfaceGridSeries3D instead, a "scrolling appending" is possible, it drops the older columns or rows off, see InsertColumnBackAndScroll and InsertRowBackAndScroll methods.