VolumeMarchingCubes Methods |
The VolumeMarchingCubes type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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 | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |