RoutingPreferenceRuleGroupType Enumeration

Add more rule group type here.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum RoutingPreferenceRuleGroupType
Members
Member nameValueDescription
Caps10 The cap types
Crosses3 The cross types.
Elbows1 The elbow types.
Junctions2 The junction types (e.g. takeoff, tee, wye, tap).
MechanicalJoints6 The mechanical joint types that connect fitting to fitting, segment to fitting, or segment to segment.
Segments0 The segment types (e.g. pipe stocks)
Transitions4 The transition types (Note that the multi-shape transitions may have their own groups).
TransitionsOvalToRound9 The multi-shape transition from the oval profile to the round profile.
TransitionsRectangularToOval8 The multi-shape transition from the rectangular profile to the oval profile.
TransitionsRectangularToRound7 The multi-shape transition from the rectangular profile to the round profile.
Undefined-1 The undefined group type, the default initial value.
Unions5 The union types that connect two segments together.
See Also