Description Usage Arguments Value
Computes a 3D contours or isosurface by the marching cubes algorithm.
1 | contour3d(griddata, level, x, y, z)
|
griddata |
A three dimensional array from which to calculate the contour |
level |
The level at which to construct the contour surface |
x, y, z |
locations of grid planes at which values in |
Returns a list with coordinates of each surface vertex, indices of the vertices that make up each triangle, and surface normals at each vertex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.