RVTDocs.com

CriticalPathCollector

Class
Description:
This class is used to search and traverse the network analytical segments on the critical path.
Remarks:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.CriticalPathCollector
CriticalPathCollector Class Members:
Name Description Inherited From
CriticalPathCollector Creates a new CriticalPathCollector that visits the analytical segments on the network critical path.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the CriticalPathCollector
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) 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 ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) 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 ) Object