Provides methods to project a list of edges onto a surface defined by unordered triangles.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public class EdgeSurfaceProjection
Visual Basic (Declaration)
Public Class EdgeSurfaceProjection
Visual C++
public ref class EdgeSurfaceProjection

Remarks

The projection uses exact arithmetic. There are no special requirements for the triangulated surface. This is, the surface may contain holes and islands, the edges to project may exceed the boundaries of the surface. The surface may contain caves. Duplicate triangles will result in duplicate projected edges.

Inheritance Hierarchy

System..::.Object
  ceometric.ComputationalGeometry..::.EdgeSurfaceProjection

See Also