T_Rhino_Geometry_EdgeAdjacency - mcneel/rhinocommon-api-docs GitHub Wiki
Enumerates all possible Topological Edge adjacency types.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum EdgeAdjacency
VB
Public Enumeration EdgeAdjacency
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. |
Supported in: 6.0.16224.21491, 5D58w