FlowConvergenceCharacteristic Enumeration |
The flow convergence characteristic of the analytical segment cluster.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum FlowConvergenceCharacteristic
Public Enumeration FlowConvergenceCharacteristic
public enum class FlowConvergenceCharacteristic
type FlowConvergenceCharacteristic
MembersMember 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.
|
See Also