MEPAnalyticalSegment
Description:
Represents an analytical segment of the MEP analytical model.
Represents an analytical segment of the MEP analytical model.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.MEPAnalyticalSegment
System.Object
Autodesk.Revit.DB.Analysis.MEPAnalyticalSegment
public class MEPAnalyticalSegment : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MEPAnalyticalSegment | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetFlowCharacteristics(Document) | String | Gets all flow characteristics of the segment. | |
| GetFlowConvergenceCharacteristic(Document, FlowPositionCharacteristic%) | FlowConvergenceCharacteristic | Gets the flow convergence characteristic of the segment. | |
| GetFlowTransitionCharacteristic(Document) | FlowTransitionCharacteristic | Gets the flow transition characteristic of the segment. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetLossCoefficientOverride() | Double | Gets the overridden value of loss coefficient, dimensionless. | |
| GetNetworkSegmentId() | MEPNetworkSegmentId | Gets the NetworkSegmentId. | |
| GetPressureDropOverride() | Double | Gets the overidden value of pressuer drop, in kg/(ft*s^2). | |
| GetSegment(Subelement) | MEPAnalyticalSegment | Gets the analytical segment from the Subelement | |
| GetSubelement(Document) | Subelement | Gets the subelement of this segment. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsSegmentOverridable() | Boolean | 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). | |
| SetComments(MEPAnalyticalModelData, String) | None | Sets the comments for this analytical segment. | |
| SetLossCoefficientOverride(MEPAnalyticalModelData, Double) | None | Sets the overridden value of loss coefficient. | |
| SetOverrideType(MEPAnalyticalModelData, SegmentOverrideType) | None | Sets the override type of pressure loss calculation. | |
| SetPressureDropOverride(MEPAnalyticalModelData, Double) | None | Sets the overridden value of pressure drop. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Area | double | The area of the segment profile. | |
| Comments | string | The comments for this analytical segment. | |
| DemandFlow | double | The designed flow value, in ft^3/s. | |
| DomainType | ConnectorDomainType | The connector domain type of this segment. | |
| EndNode | int | The id of the end analytical node. | |
| Id | int | The identity of this segment. | |
| InnerDiameter | double | The inner diameter of this segment, in ft. For rectangular or oval profile, this may be the hydraulic diameter. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| OverrideType | SegmentOverrideType | The override type of analytical segment pressure loss calculation. | |
| RevitElementId | ElementId | The id of the owning Revit element. | |
| Roughness | double | The roughness of this segment, in ft. | |
| SegmentType | MEPAnalyticalSegmentType | The analytical segment type. | |
| StartNode | int | The id of the start analytical node. |