GetSpecificFittingAngles Method


Gets the list of specific fitting angles.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public IList<double> GetSpecificFittingAngles()
Visual Basic
Public Function GetSpecificFittingAngles As IList(Of Double)
Visual C++
public:
IList<double>^ GetSpecificFittingAngles()

Return Value

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

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →