Click or drag to resize

SubDCreationOptionsInteriorCreaseOption Enumeration

Specifies the test used to determine when an interior mesh edge generates an interior SubD creased edge.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum InteriorCreaseOption
Members
  Member nameValueDescription
Unset0The interior crease test is not defined.
None1No interior creases.
AtMeshDoubleEdge2An interior mesh double edge will create an interior SubD creased edge. An interior mesh double edge occurs when the sides of two mesh faces have have distinct vertex indices and identical vertex locations.
See Also