BreakPatternCondition Enumeration

Condition on which patterns distribution will be broken.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum BreakPatternCondition
Members
Member nameValueDescription
EachSegmentEnd0 Patterns distribution is broken at each segment end.
AnglesGreaterThan1 Patterns distribution is broken if the angle between neighboring path segments is greater than the defined.
Never2 Patterns are distributed along whole path of a railing.
See Also