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 | Inherited From |
|---|---|---|---|
| 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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MEPNetworkSegmentData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetDownstreamSegments() | IList<MEPNetworkSegmentId> | Gets all downstream network segments. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| GetUpstreamSegments() | IList<MEPNetworkSegmentId> | Gets all upstream network segments. | |
| IsValid() | Boolean | Verified if this segment data has been assigned some valid values afer calculation. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | 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. | |
| Velocity | double | The calculated velocity of this segment, in ft/s. | |
| VelocityPressure | double | The calculated velocity pressure of this segment, in kg/(ft*s^2). |