PipeSettings.GetSpecificFittingAngles Method

Gets the list of specific fitting angles.


Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IList<double> GetSpecificFittingAngles()

Return Value

IList<Double>
Angles (in degrees).

Remarks

Revit will only use the angles specified during the pipe layout or modifying the pipe layout. When laying out the pipes, if the angle between two pipes is close to the allowed angle, the specific angle is used for that pipe fitting.

See Also

Reference

PipeSettings Class
Autodesk.Revit.DB.Plumbing Namespace