T_Rhino_Geometry_SubD_InteriorCreaseOption - mcneel/rhinocommon-api-docs GitHub Wiki
Defines how interior creases are treated.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum InteriorCreaseOptionVB
Public Enumeration InteriorCreaseOption
| Member name | Value | Description | |
|---|---|---|---|
| Unset | 0 | The interior creases option is not defined. | |
| None | 1 | No interior creases. | |
| AtMeshCrease | 2 | An interior subd crease will appear along coincident mesh edges where the angle between coindident vertex normals >= MinimumCreaseAngleRadians(). | |
| AtMeshEdge | 3 | An interior subd crease will appear all coincident mesh edges. Input mesh vertex normals are ignored. | 
Supported in: 6.0.16224.21491