PipeFittingAndAccessoryData
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:
A FamilyInstance is the input data for the calculation, and the result is coefficient for each connector.
A FamilyInstance is the input data for the calculation, and the result is coefficient for each connector.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Plumbing.PipeFittingAndAccessoryData
System.Object
Autodesk.Revit.DB.Plumbing.PipeFittingAndAccessoryData
public class PipeFittingAndAccessoryData : 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. |
| GetFamilyInstanceId() | ElementId | Gets the Id of the fiting or accessory instance |
| Name | Return Type | Description |
|---|---|---|
| BehaviorType | int | The behavior type of the pipe fitting or pipe accessory. |
| FluidDensity | double | The fluid density of the pipe fitting or pipe accessory, Units: (kg/ft³). |
| FluidViscosity | double | The fluid dynamic viscosity of the pipe fitting or pipe accessory, Units: (kg/(ft·s)). |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Origin | XYZ | The origin position of the pipe fitting or pipe accessory. |
| PartType | PartType | The part type of the pipe fitting or pipe accessory. |
| ServerGUID | Guid | The GUID of the pipe fitting or pipe accessory. |
| SystemClassification | MEPSystemClassification | The system classification of the pipe fitting or pipe accessory. |