Click or drag to resize

PointOnEdgeException Constructor

Initializes a new instance of the PointOnEdgeException class.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointOnEdgeException(
	string message,
	TriangulationPoint a,
	TriangulationPoint b,
	TriangulationPoint c
)

Parameters

message  String
The exception message.
a  TriangulationPoint
The first point involved in the relation.
b  TriangulationPoint
The second point involved in the relation.
c  TriangulationPoint
The third point involved in the relation.
See Also