Critical |
This class is used to search and traverse the network analytical segments on the critical path.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

The CriticalPathCollector type exposes the following members.

Name | Description | |
---|---|---|
![]() | CriticalPathCollector | Creates a new CriticalPathCollector that visits the analytical segments on the network critical path. |

Name | Description | |
---|---|---|
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |

Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CriticalPathCollector |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) |
![]() | GetBasicIEnumerator | Returns an enumerator that iterates through a collection. |
![]() | GetCalculatedFlow | Gets the calculated flow of the network. |
![]() | GetCalculatedPressureDrop | Gets the calculated pressure drop of the network. |
![]() | GetCriticalPathCollectorIterator | Gets the critical path iterator to traverse individual segment. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object ) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object ) |
![]() | ToNetworkSegmentIds | Returns the list of analytical segment ids on the network critical path. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object ) |

The critcal path is a connected flow path that has the maximum pressure loss value on the network. The associated flow and pressure loss values are often used to select the equipment size. When this collector is constructed, the network is identified by one analytical segment seed. User may get the CriticalPathIterator from the collector to traverse the analytical segment on the critical path, in the sequence of their flow direction. Note that If the network contains multiple hydraulically separated levels, the critical path traversal is focused on the same hydraulic separation level as the seed segment.
