Condition on which patterns distribution will be broken.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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.
|
See Also
Reference