PointOnEdgeException Constructor |
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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