RhinoCommon API
SubDCreationOptionsConvexCornerOption Enumeration |
Defines how convex corners are treated.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
| Member name | Value | Description | |
|---|---|---|---|
| Unset | 0 | The option is not set. | |
| None | 1 | No convex coners. | |
| AtMeshCorner | 2 | A convex subd corner will appear at input mesh boundary vertices where the corner angle <= MaximumConvexCornerAngleRadians() and the number of edges the end at the vertex is <= MaximumConvexCornerEdgeCount(). |