True if the triangle shares an edge with another triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool SharesEdgeWith(
	Triangle triangle
)
Visual Basic (Declaration)
Public Function SharesEdgeWith ( _
	triangle As Triangle _
) As Boolean
Visual C++
public:
bool SharesEdgeWith(
	Triangle^ triangle
)

Parameters

triangle
Type: ceometric.VectorGeometry..::.Triangle
A triangle.

Return Value

True if the triangle shares an edge with triangle, false otherwise.

See Also