An error condition when attempting to make a polygon from points
Namespace: Spherical.ShapeAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
C# |
---|
public enum Error |
Visual C++ |
---|
public enum class Error |
F# |
---|
type Error |
Members
Member name | Value | Description | |
---|---|---|---|
Ok | 0 | Polygon is good | |
errZeroLength | 1 | Polygon has no valid points | |
errBowtieOrConcave | 2 | Specifications yield a self-crossing polygon, or polygon is not convex | |
errToomanyPoints | 3 | There are too many points in the polygon (never happens, deprecate) | |
errUnkown | 4 | Some unknown error occured (contact developers) |