Revit 2026 API
Duct |
The input data used by external servers for calculation of the duct fitting and duct accessory coefficient.
SystemObject
Autodesk.Revit.DB.MechanicalDuctFittingAndAccessoryConnectorData
Autodesk.Revit.DB.MechanicalDuctFittingAndAccessoryConnectorData
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
The DuctFittingAndAccessoryConnectorData type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle | the angle of the fitting, Units:(rad). | |
| Diameter | The connector diameter, Units:(ft). | |
| Flow | The connector flow, Units:(ft³/s) | |
| FlowDirection | the flow direction of this connector, In or Out. | |
| Height | The connector height, Units:(ft). | |
| Index | return the index of this connector | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| LinkIndex | the index of the connector which is linked with this connector | |
| Profile | The connector profile. | |
| VelocityPressure | The connector velocity pressure. Units: (kg/(ft·s²)). | |
| Width | The connector width, Units:(ft). |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the DuctFittingAndAccessoryConnectorData | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetCoordination | Gets the coordination of the connector | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
width, height, diameter, flow, velocity pressure and connector index are input data for the calculation,
See Also