Enum PatternMode
Methods for repeating a pattern of lengths or types
Namespace: Elements.Spatial
Assembly: Hypar.Elements.dll
Syntax
public enum PatternMode
Fields
Name | Description |
---|---|
Cycle | For a pattern [A, B, C], split at A, B, C, A, B, C, A... |
Flip | For a pattern [A, B, C], split at A, B, C, B, A, B, C, B, A |
None | No Repeat. For a pattern [A, B, C], split A, B, C panels, and treat the remaining length according to FixedDivisionMode settings. |