Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / MarchingCubes Class
Members

In This Topic
    MarchingCubes Class
    In This Topic
    Utility class for creating a polygonal surface representation of an isosurface of a 3D scalar field.

    There are many applications for this type of technique, two very common ones are:

    • Reconstruction of a surface from medical volumetric datasets. For example MRI scans result in a 3d volume of samples at the vertices of a regular 3D mesh.
    • Creating a 3D contour of a mathematical scalar field. In this case the function is known everywhere but is sampled at the vertices of a regular 3D grid.
    Syntax
    'Declaration
     
    Public Class MarchingCubes 
       Inherits devDept.Eyeshot.WorkUnit
    public class MarchingCubes : devDept.Eyeshot.WorkUnit 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Triangulation.MarchingCubes
             devDept.Eyeshot.Dicom.VolumeRenderingBase<T>

    See Also