Gets the mesh triangles adjacent to this mesh triangle.

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

Syntax

C#
public List<MeshTriangle> GetAdjacentTriangles()
Visual Basic (Declaration)
Public Function GetAdjacentTriangles As List(Of MeshTriangle)
Visual C++
public:
List<MeshTriangle^>^ GetAdjacentTriangles()

Return Value

A list of all adjacent mesh triangles.

See Also