Namespace:
Autodesk.Revit.DB.Architecture
BreakPatternCondition
Enumeration
Description:
Condition on which patterns distribution will be broken.
Condition on which patterns distribution will be broken.
Syntax
public enum BreakPatternCondition
Unknown Namespace Members:
| Name | Description |
|---|---|
| EachSegmentEnd | Patterns distribution is broken at each segment end. |
| AnglesGreaterThan | Patterns distribution is broken if the angle between neighboring path segments is greater than the defined. |
| Never | Patterns are distributed along whole path of a railing. |