PipeFittingAndAccessoryConnectorData
Description:
The input data used by external servers for calculation of the pipe fitting and pipe accessory coefficient.
The input data used by external servers for calculation of the pipe fitting and pipe 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.Plumbing.PipeFittingAndAccessoryConnectorData
System.Object
Autodesk.Revit.DB.Plumbing.PipeFittingAndAccessoryConnectorData
public class PipeFittingAndAccessoryConnectorData : 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). |