DuctFittingAndAccessoryData
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:
A FamilyInstance is the input data for the calculation,
A FamilyInstance is the input data for the calculation,
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryData
System.Object
Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryData
public class DuctFittingAndAccessoryData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetAllConnectorData() | All connector data. | Gets the connector data of the pipe fitting or pipe accessory. |
| GetEntity() | The Entity. | Returns an Entity of the Schema of the serverGUID. or an invalid entity otherwise. |
| GetFamilyInstanceId() | ElementId | Gets the Id of the fiting or accessory instance |
| Name | Return Type | Description |
|---|---|---|
| AirViscosity | double | The air viscosity of the duct fitting or duct accessory, Units: (kg/(ft·s)). |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Origin | XYZ | The origin position of the duct fitting or duct accessory. |
| PartType | PartType | The part type of the duct fitting or duct accessory. |
| ServerGUID | Guid | The GUID of the duct fitting or duct accessory. |
| SystemClassification | MEPSystemClassification | The system classification of the duct fitting or duct accessory. |