Gets or sets the mesh edges of the triangle.

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

Syntax

C#
public MeshEdge[] MeshEdges { get; set; }
Visual Basic (Declaration)
Public Property MeshEdges As MeshEdge()
Visual C++
public:
property array<MeshEdge^>^ MeshEdges {
	array<MeshEdge^>^ get ();
	void set (array<MeshEdge^>^ value);
}

Field Value

An array of three mesh edges.

See Also