ILNumerics 3D Contour plots "surface mesh" to "stepping surface mesh" switch?

StackOverflow https://stackoverflow.com/questions/19423542

  •  01-07-2022
  •  | 
  •  

Domanda

Is there a possibility the display of the 3D contour plots to change?

It should look like this. stepping surface mesh

I want it to display data points and that's with a full square grid easier than with a distorted grid. distorted grid

È stato utile?

Soluzione

Sure, but ILNumerics currently does not provide such plots out of the box. However, it helps you significantly to implement it yourself. I suggest, to use an ILTriangles shape to create the grid and surfaces according to your data. See the documentation: http://ilnumerics.net/scene-graph-shapes-and-buffers.html

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top