2027 Class
Changes 0
C

DuctFittingAndAccessoryConnectorData

Description:
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,
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryConnectorData
public class DuctFittingAndAccessoryConnectorData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the DuctFittingAndAccessoryConnectorData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCoordination() Transform Gets the coordination of the connector
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Angle double the angle of the fitting, Units:(rad).
P Diameter double The connector diameter, Units:(ft).
P Flow double The connector flow, Units:(ft³/s)
P FlowDirection FlowDirectionType the flow direction of this connector, In or Out.
P Height double The connector height, Units:(ft).
P Index int return the index of this connector
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P LinkIndex int the index of the connector which is linked with this connector
P Profile ConnectorProfileType The connector profile.
P VelocityPressure double The connector velocity pressure. Units: (kg/(ft·s²)).
P Width double The connector width, Units:(ft).