MEPAnalyticalSegment Class


MEPAnalytical Segment Class

Represents an analytical segment of the MEP analytical model.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB.Analysis MEPAnalyticalSegment

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class MEPAnalyticalSegment : IDisposable

The MEPAnalyticalSegment type exposes the following members.

Properties
Name Description
Public property Area The area of the segment profile.
Public property DemandFlow The designed flow value, in ft^3/s.
Public property DomainType The connector domain type of this segment.
Public property EndNode The id of the end analytical node.
Public property Id The identity of this segment.
Public property InnerDiameter The inner diameter of this segment, in ft. For rectangular or oval profile, this may be the hydraulic diameter.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public property OverrideType The override type of analytical segment pressure loss calculation.
Public property RevitElementId The id of the owning Revit element.
Public property Roughness The roughness of this segment, in ft.
Public property SegmentType The analytical segment type.
Public property StartNode The id of the start analytical node.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the MEPAnalyticalSegment
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetFlowCharacteristics Gets all flow characteristics of the segment.
Public method GetFlowConvergenceCharacteristic Gets the flow convergence characteristic of the segment.
Public method GetFlowTransitionCharacteristic Gets the flow transition characteristic of the segment.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetLossCoefficientOverride Gets the overridden value of loss coefficient, dimensionless.
Public method GetNetworkSegmentId Gets the NetworkSegmentId.
Public method GetPressureDropOverride Gets the overidden value of pressuer drop, in kg/(ft*s^2).
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method IsSegmentOverridable Verifies if the segment can be overridden (e.g., the pressure drop of the pump and curve segments are calculated from the network and cannot be overridden).
Public method SetLossCoefficientOverride Sets the overridden value of loss coefficient.
Public method SetOverrideType Sets the override type of pressure loss calculation.
Public method SetPressureDropOverride Sets the overridden value of pressure drop.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also