Revit 2024 API |
MEPNetworkSegmentData Members |
MEPNetworkSegmentData Class Constructors Methods Properties See Also |
The MEPNetworkSegmentData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MEPNetworkSegmentData()()()() |
Creates a default segment data object.
|
![]() | MEPNetworkSegmentData(MEPNetworkSegmentData) |
Creates a new segment data object based on another object.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the MEPNetworkSegmentData |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetDownstreamSegments |
Gets all downstream network segments.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUpstreamSegments |
Gets all upstream network segments.
|
![]() | IsValid |
Verified if this segment data has been assigned some valid values afer calculation.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Coefficient |
The calculated coefficient of this segment, dimensionless.
|
![]() | 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.
|
![]() | FlowState |
The calculated flow state of this segment.
|
![]() | FrictionFactor |
The calculated friction factor of this segment, dimensionless.
|
![]() | IsCriticalPath |
Verifies if the segment is on the critical path.
|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
|
![]() | PressureDrop |
The calculated pressure drop of this segment, in kg/(ft*s^2).
|
![]() | RelativeRoughness |
The relative roughness of this segment, dimensionless.
|
![]() | ReynoldsNumber |
The Reynolds number of this segment, dimensionless.
|
![]() | SectionNumber |
The section this segment belongs to.
|
![]() | Velocity |
The calculated velocity of this segment, in ft/s.
|
![]() | VelocityPressure |
The calculated velocity pressure of this segment, in kg/(ft*s^2).
|