The MEP fitting and accessory pressure drop calculation type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FittingAndAccessoryCalculationType
Members
| Member name | Value | Description |
|---|
| CalculateDefaultSettings | 2 |
To calculate the default settings of the fitting and accessory.
|
| CalculatePressureDrop | 1 |
To calculate the pressure drop of the fitting and accessory.
|
| Undefined | 0 |
Undefined fitting and accessory pressure drop calculation type.
|
| ValidateCurrentSettings | 4 |
To validate the current settings of the fitting and accessory.
|
See Also
Reference