Descibes the Spherical Shape Parser error

Namespace: Spherical.Shape
Assembly: 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 nameValueDescription
Ok0 All is well, no error
errIllegalNumber1 The parsed token was not a number.
errEol2 Premature end of line was reached
errNot2forRect3 There were other than 2 points specified for a RECT command.
errNotenough4Poly4 There weren't at least 3 points for specifying a polygon or convex hull.
errPolyBowtie5 The given polygon is either concave, or has self-intersecting edges
errPolyZeroLength6 The polygon specified contains edges of zero length (eg, from consecutive identical points).
errChullTooBig7 The list of points for convex hull generation span a space larger than a hemisphere.
errChullCoplanar8 The list of points for convex hull generation are all on the same great circle.
errNullSpecification9 An empty string was given as a specification.
errUnknown10 Some other error occured. Please call someone if this happens

See Also