The flow convergence characteristic of the analytical segment cluster.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FlowConvergenceCharacteristic
Members
| Member name | Value | Description |
|---|---|---|
| Converge | 1 | Multile flow paths are converged into one segment. |
| Diverge | 2 | The flow is diverged from one segment into multiple paths. |
| Undefined | 0 | The flow convergence characteristic is undefined. |
