MEPSection
Description:
A section in the Autodesk Revit MEP product.
A section in the Autodesk Revit MEP product.
Remarks:
This is the base class for duct and pipe section. This class is mainly for pressure loss calculation. It is a series of connected elements (segments - ducts or pipes, fittings, terminals and accessories). All section members should have same flow analysis properties: Flow, Size, Velocity, Friction and Roughness. One section member element which contains more than one connector can belongs to multiple section. e.g.: One Tee which has 3 connectors, usually, it belongs 3 sections. One segment which connect to a tap will be divided into 2 sections.
This is the base class for duct and pipe section. This class is mainly for pressure loss calculation. It is a series of connected elements (segments - ducts or pipes, fittings, terminals and accessories). All section members should have same flow analysis properties: Flow, Size, Velocity, Friction and Roughness. One section member element which contains more than one connector can belongs to multiple section. e.g.: One Tee which has 3 connectors, usually, it belongs 3 sections. One segment which connect to a tap will be divided into 2 sections.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.MEPSection
System.Object
Autodesk.Revit.DB.Mechanical.MEPSection
public class MEPSection : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MEPSection | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCoefficient(ElementId) | Double | Gets the loss coefficient for the specified element id in this section. | |
| GetElementIds() | IList<ElementId> | Gets all element ids that are contained in the section. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetPressureDrop(ElementId) | Double | Gets the pressure drop for the specified element id in this section. | |
| GetSegmentLength(ElementId) | Double | Get the length for the specified segment id in this section. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsMain(ElementId) | Boolean | Check whether the type of fitting in this section is main. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FixtureUnit | double | The fixture unit of the section. | |
| Flow | double | The flow of the section. | |
| Friction | double | The friction of the section. | |
| FrictionFactor | double | The friction factor of the section. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Number | int | The Section number. | |
| ReynoldsNumber | double | The Reynolds number of the section. | |
| Roughness | double | The roughness of the section. | |
| TotalCoefficient | double | The loss coefficient of the section. | |
| TotalCurveLength | double | The total length of all segments in the section. | |
| TotalPressureLoss | double | The total pressure loss of the section. | |
| Velocity | double | The velocity of the section. | |
| VelocityPressure | double | The velocity pressure of the section. |