DuctFittingAndAccessoryConnectorData Class

The input data used by external servers for calculation of the duct fitting and duct accessory coefficient.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.MechanicalDuctFittingAndAccessoryConnectorData

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class DuctFittingAndAccessoryConnectorData : IDisposable

The DuctFittingAndAccessoryConnectorData type exposes the following members.

Properties
 NameDescription
Public propertyAngle the angle of the fitting, Units:(rad).
Public propertyDiameter The connector diameter, Units:(ft).
Public propertyFlow The connector flow, Units:(ft³/s)
Public propertyFlowDirection the flow direction of this connector, In or Out.
Public propertyHeight The connector height, Units:(ft).
Public propertyIndex return the index of this connector
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLinkIndex the index of the connector which is linked with this connector
Public propertyProfile The connector profile.
Public propertyVelocityPressure The connector velocity pressure. Units: (kg/(ft·s²)).
Public propertyWidth The connector width, Units:(ft).
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the DuctFittingAndAccessoryConnectorData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCoordination Gets the coordination of the connector
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
width, height, diameter, flow, velocity pressure and connector index are input data for the calculation,
See Also