| VolumeMarchingCubes Methods |
The VolumeMarchingCubes type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| getIsosurface |
Returns the geometry for an isosurface with the specified value.
The vertices are stored in an SoVertexProperty node which can be
accessed in the vertexProperty field of the returned shape node.
Returns null if any error occurs (for example accessing volume data).
Returns null if volume contains RGBA data.
| |
| getIsovalue |
Returns isovalue of most recently generated isosurface.
Returns zero if no isosurface has been extracted.
| |
| getNumTriangles |
Returns number of triangles in most recently generated isosurface.
Returns zero if no isosurface has been extracted.
| |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |