Click or drag to resize
VolumeMarchingCubes Methods

The VolumeMarchingCubes type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodgetIsosurface
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.
Public methodgetIsovalue
Returns isovalue of most recently generated isosurface. Returns zero if no isosurface has been extracted.
Public methodgetNumTriangles
Returns number of triangles in most recently generated isosurface. Returns zero if no isosurface has been extracted.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also