Concavity Enumeration |
Namespace: Rhino.Geometry
Member name | Value | Description | |
---|---|---|---|
None | -1 | Concavity is not relevant, for example naked and non-manifold edges cannot have a concavity measure. | |
Tangent | 0 | Faces on either side of the edge are tangent within tolerance. | |
Convex | 1 | Faces on either side of the edge are convex. | |
Concave | 2 | Faces on either side of the edge are concave. |