Condition on which patterns distribution will be broken.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum BreakPatternCondition
Members
Member name | Value | Description |
---|---|---|
AnglesGreaterThan | 1 | Patterns distribution is broken if the angle between neighboring path segments is greater than the defined. |
EachSegmentEnd | 0 | Patterns distribution is broken at each segment end. |
Never | 2 | Patterns are distributed along whole path of a railing. |