RhinoCommon API
LoopFormula Enumeration |
Enumerates the alternative Loop implementations.
Namespace: Rhino.Geometry.MeshRefinements
Assembly: RhinoCommon (in RhinoCommon.dll)
| 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. |