menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Geometry
/
EdgeAdjacency
EdgeAdjacency enum
Enumerates all possible Topological Edge adjacency types.
Derived Classes:
Namespace:
Rhino.Geometry
EdgeAdjacency:
references
keyboard_arrow_down
Values (4)
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.
Nothing found