Enum EvenDivisionMode
Describe how a target length should be treated
Namespace: Elements.Spatial
Assembly: Hypar.Elements.dll
Syntax
public enum EvenDivisionMode
Fields
Name | Description |
---|---|
Nearest | Closest match for a target length, can be greater or smaller in practice. |
RoundDown | Round down the count — Only divide into segments longer than the target length |
RoundUp | Round up the count — Only divide into segments shorter than the target length |