Enumerates the possible types of edge concavity types.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
SyntaxPublic Enumeration Concavity
Members|
| 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.
|
Version InformationRhino for Windows
Supported in: 6.8
See Also