Gets or sets the adjacent mesh triangles of the mesh edge.

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

Syntax

C#
public List<MeshTriangle> AdjacentTriangles { get; set; }
Visual Basic (Declaration)
Public Property AdjacentTriangles As List(Of MeshTriangle)
Visual C++
public:
property List<MeshTriangle^>^ AdjacentTriangles {
	List<MeshTriangle^>^ get ();
	void set (List<MeshTriangle^>^ value);
}

Field Value

The adjacent mesh triangles of the mesh edge.

See Also