EdgeAdjacency Enumeration |
Rhino 5 for Windows
Enumerates all possible Topological Edge adjacency types.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum EdgeAdjacency
Public Enumeration EdgeAdjacency
Members
| Member name | Value | Description |
---|
| None | 0 |
Edge is not used by any faces and is therefore superfluous.
|
| Naked | 1 |
Edge is used by a single face.
|
| Interior | 2 |
Edge is used by two adjacent faces.
|
| NonManifold | 3 |
Edge is used by three or more adjacent faces.
|
See Also