MEPNetworkSegmentData
Represents the analysis data for one network segment.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Analysis.MEPNetworkSegmentData
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MEPNetworkSegmentData : IDisposable
The MEPNetworkSegmentData type exposes the following members.
Constructors
Name
Description
Public Method
MEPNetworkSegmentData.
Creates a default segment data object.
Public Method
MEPNetworkSegmentData(MEPNetworkSegmentData)
Creates a new segment data object based on another object.
Properties
Name
Description
Public Property
Coefficient
The calculated coefficient of this segment, dimensionless.
Public Property
Flow
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.
Public Property
FlowState
The calculated flow state of this segment.
Public Property
FrictionFactor
The calculated friction factor of this segment, dimensionless.
Public Property
IsCriticalPath
Verifies if the segment is on the critical path.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
PressureDrop
The calculated pressure drop of this segment, in kg/(ft*s^2).
Public Property
RelativeRoughness
The relative roughness of this segment, dimensionless.
Public Property
ReynoldsNumber
The Reynolds number of this segment, dimensionless.
Public Property
SectionNumber
The section this segment belongs to.
Public Property
Velocity
The calculated velocity of this segment, in ft/s.
Public Property
VelocityPressure
The calculated velocity pressure of this segment, in kg/(ft*s^2).
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the MEPNetworkSegmentData
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetDownstreamSegments
Gets all downstream network segments.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
GetUpstreamSegments
Gets all upstream network segments.
Public Method
IsValid
Verified if this segment data has been assigned some valid values afer calculation.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)