Enumeration of possible spatial relations of two geometrical shapes on the sphere.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public enum Topo
Visual C++
public enum class Topo
F#
type Topo

Members

Member nameValueDescription
Same0 The shapes are identical.
Inverse1 The shape is identical to the other's inverse.
Overlap2 The shapes do not intersect but overlap, e.g. two holes.
Intersect3 The shapes intersect and have roots.
Inner4 The shape is contained in the other one.
Outer5 The shape contains the other one.
Disjoint6 The two shapes are spatially disjoint.

See Also