DuctFittingAndAccessoryConnectorData
Description:
The input data used by external servers for calculation of the duct fitting and duct accessory coefficient.
The input data used by external servers for calculation of the duct fitting and duct accessory coefficient.
Remarks:
width, height, diameter, flow, velocity pressure and connector index are input data for the calculation,
width, height, diameter, flow, velocity pressure and connector index are input data for the calculation,
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryConnectorData
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryConnectorData
public class DuctFittingAndAccessoryConnectorData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCoordination() | Transform | Gets the coordination of the connector |
| Name | Return Type | Description |
|---|---|---|
| Angle | double | the angle of the fitting, Units:(rad). |
| Diameter | double | The connector diameter, Units:(ft). |
| FlowDirection | FlowDirectionType | the flow direction of this connector, In or Out. |
| Flow | double | The connector flow, Units:(ft³/s) |
| Height | double | The connector height, Units:(ft). |
| Index | int | return the index of this connector |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LinkIndex | int | the index of the connector which is linked with this connector |
| Profile | ConnectorProfileType | The connector profile. |
| VelocityPressure | double | The connector velocity pressure. Units: (kg/(ft·s²)). |
| Width | double | The connector width, Units:(ft). |