MEPSection
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MEPSection | |
| Equals | None | (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 | (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 | (Inherited from Object .) | Object . |
| IsMain(ElementId) | bool | Check whether the type of fitting in this section is main. | |
| ToString | None | (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 | bool | 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. |