T_Rhino_Geometry_MeshRefinements_LoopFormula - mcneel/rhinocommon-api-docs GitHub Wiki
Enumerates the alternative Loop implementations.
Namespace: Rhino.Geometry.MeshRefinements
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum LoopFormula
VB
Public Enumeration LoopFormula
Member name | Value | Description | |
---|---|---|---|
Loop | 0 | The original Loop formula. | |
Warren | 1 | Warren's improved formula. | |
WarrenWeimer | 2 | The formula as explained by Weimer, improving over Warren's. |
Supported in: 6.0.16224.21491