MEPAnalyticalModelData
Description:
Represents the MEP analytical model data attached to individual element.
Represents the MEP analytical model data attached to individual element.
Remarks:
The MEP analytical model is composed of generic analytical segments and nodes. Each Revit element may have one or more analytical segments. Connected together, these data form a network that is used in the flow and pressure drop calculation.
The MEP analytical model is composed of generic analytical segments and nodes. Each Revit element may have one or more analytical segments. Connected together, these data form a network that is used in the flow and pressure drop calculation.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.MEPAnalyticalModelData
System.Object
Autodesk.Revit.DB.Analysis.MEPAnalyticalModelData
public class MEPAnalyticalModelData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetMEPAnalyticalModelData(Element) | MEPAnalyticalModelData | Gets the MEP analytical model data of the specified element. |
| GetNodeById(Int32) | MEPAnalyticalNode | Gets the analytical node with the specified id. |
| GetNodeByIndex(Int32) | MEPAnalyticalNode | Gets the specified analytical node. |
| GetNumberOfNodes() | int | Returns the number of analytical nodes. |
| GetNumberOfSegments() | int | Returns the number of analytical segments. |
| GetSegmentById(Int32) | MEPAnalyticalSegment | Gets the analytical segment with the specified id. |
| GetSegmentByIndex(Int32) | MEPAnalyticalSegment | Gets the analytical segment at the specified position. |
| GetSegmentData(Int32) | MEPNetworkSegmentData | Gets the analysis data on the specified segment. |
| IsValidNodeId(Int32) | bool | Verifies if a valid analytical node id. |
| IsValidSegmentId(Int32) | bool | Verifies if a valid segment id. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |