Click or drag to resize
VolumeMarchingCubes Methods

The VolumeMarchingCubes type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also