devDept.Eyeshot.Triangulation Namespace

Provides classes for points and contours triangulation.
Classes
 
Name Description
Public class BallPivoting Surface reconstruction based on the Ball-Pivoting method. Designed to work on 100k triangles at time.
Public class Delaunay Obsolete.

Triangulation by Delaunay method.

Delaunay class is deprecated, please use Triangulate method instead.

Public class EarClipping Obsolete.

2D triangulation by Ear Clipping method.

EarClipping class is deprecated, please use Triangulate method instead.

Public class MarchingCubes 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:

Public class MarchingSquares Utility class for creating a polygonal representation of an isocurve of a 2D scalar field.
Public class Mesher Obsolete.

2D meshing.

Mesher class is deprecated, please use Triangulate method instead.

Public class PictureData<T> Class that holds data for volume rendering pictures.
Top
Name Description
Public delegate ScalarField2D The function used by the marching squares algorithm to evaluate the 2D scalar field.
Public delegate ScalarField3D The function used by the marching cube algorithm to evaluate the 3D scalar field.
Top
Name Description
Public enumeration mesherSmoothingType Mesh smoothing type.
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition