Enumeration of possible spatial relations of two geometrical shapes on the sphere.
Namespace: SphericalAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Same | 0 | The shapes are identical. | |
| Inverse | 1 | The shape is identical to the other's inverse. | |
| Overlap | 2 | The shapes do not intersect but overlap, e.g. two holes. | |
| Intersect | 3 | The shapes intersect and have roots. | |
| Inner | 4 | The shape is contained in the other one. | |
| Outer | 5 | The shape contains the other one. | |
| Disjoint | 6 | The two shapes are spatially disjoint. |