MEPNetworkSegmentData
Description:
Represents the analysis data for one network segment.
Represents the analysis data for one network segment.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentData
System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentData
public class MEPNetworkSegmentData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| MEPNetworkSegmentData() | None | Creates a default segment data object. |
| MEPNetworkSegmentData(MEPNetworkSegmentData) | None | Creates a new segment data object based on another object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetDownstreamSegments() | IList<MEPNetworkSegmentId> | Gets all downstream network segments. |
| GetUpstreamSegments() | IList<MEPNetworkSegmentId> | Gets all upstream network segments. |
| IsValid() | bool | Verified if this segment data has been assigned some valid values afer calculation. |
| Name | Return Type | Description |
|---|---|---|
| Coefficient | double | The calculated coefficient of this segment, dimensionless. |
| Flow | double | The calculated flow of this segment, in ft^3/s. The positive value means the flow is from the start to the end node, the negative value means opposite direction. |
| FlowState | PipeFlowState | The calculated flow state of this segment. |
| FrictionFactor | double | The calculated friction factor of this segment, dimensionless. |
| IsCriticalPath | bool | Verifies if the segment is on the critical path. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| PressureDrop | double | The calculated pressure drop of this segment, in kg/(ft*s^2). |
| RelativeRoughness | double | The relative roughness of this segment, dimensionless. |
| ReynoldsNumber | double | The Reynolds number of this segment, dimensionless. |
| SectionNumber | int | The section this segment belongs to. |
| VelocityPressure | double | The calculated velocity pressure of this segment, in kg/(ft*s^2). |
| Velocity | double | The calculated velocity of this segment, in ft/s. |