RhinoCommon API
Concavity Enumeration |
Enumerates the possible types of edge concavity types.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.2
| 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. |