MEPAnalyticalModelData
Represents the MEP analytical model data attached to individual element.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Analysis.MEPAnalyticalModelData
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MEPAnalyticalModelData : IDisposable
The MEPAnalyticalModelData type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the MEPAnalyticalModelData
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
Static Member
GetMEPAnalyticalModelData
Gets the MEP analytical model data of the specified element.
Public Method
GetNodeById
Gets the analytical node with the specified id.
Public Method
GetNodeByIndex
Gets the specified analytical node.
Public Method
GetNumberOfNodes
Returns the number of analytical nodes.
Public Method
GetNumberOfSegments
Returns the number of analytical segments.
Public Method
GetSegmentById
Gets the analytical segment with the specified id.
Public Method
GetSegmentByIndex
Gets the analytical segment at the specified position.
Public Method
GetSegmentData
Gets the analysis data on the specified segment.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsValidNodeId
Verifies if a valid analytical node id.
Public Method
IsValidSegmentId
Verifies if a valid segment id.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
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.