| Revit Preview Release API |
| FittingAndAccessoryCalculationType Enumeration |
| See Also |
The MEP fitting and accessory pressure drop calculation type.
Enum of fitting and accessory pressure drop calculation type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public enum FittingAndAccessoryCalculationType |
| Visual Basic |
|---|
Public Enumeration FittingAndAccessoryCalculationType |
| Visual C++ |
|---|
public enum class FittingAndAccessoryCalculationType |
Members
| Member name | Description |
|---|---|
| Undefined | Undefined fitting and accessory pressure drop calculation type. |
| CalculatePressureDrop | To calculate the pressure drop of the fitting and accessory. |
| CalculateDefaultSettings | To calculate the default settings of the fitting and accessory. |
| ValidateCurrentSettings | To validate the current settings of the fitting and accessory. |