MEPNetworkSegmentData Members


The MEPNetworkSegmentData type exposes the following members.

Constructors

  NameDescription
Public methodMEPNetworkSegmentData
Creates a default segment data object.
Public methodMEPNetworkSegmentData(MEPNetworkSegmentData)
Creates a new segment data object based on another object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the MEPNetworkSegmentData
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDownstreamSegments
Gets all downstream network segments.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpstreamSegments
Gets all upstream network segments.
Public methodIsValid
Verified if this segment data has been assigned some valid values afer calculation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCoefficient
The calculated coefficient of this segment, dimensionless.
Public propertyFlow
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 propertyFlowState
The calculated flow state of this segment.
Public propertyFrictionFactor
The calculated friction factor of this segment, dimensionless.
Public propertyIsCriticalPath
Verifies if the segment is on the critical path.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyPressureDrop
The calculated pressure drop of this segment, in kg/(ft*s^2).
Public propertyRelativeRoughness
The relative roughness of this segment, dimensionless.
Public propertyReynoldsNumber
The Reynolds number of this segment, dimensionless.
Public propertySectionNumber
The section this segment belongs to.
Public propertyVelocity
The calculated velocity of this segment, in ft/s.
Public propertyVelocityPressure
The calculated velocity pressure of this segment, in kg/(ft*s^2).

See Also