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
/
Concavity
Concavity enum
Enumerates the possible types of edge concavity types.
Derived Classes:
Namespace:
Rhino.Geometry
Concavity:
references
keyboard_arrow_down
Values (4)
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.
Nothing found