2027 Class
Changes 0
C

PlumbingUtils

Description:
General utility methods in the Autodesk Revit MEP product.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Plumbing.PlumbingUtils
public static class PlumbingUtils
Name Return Type Description
M BreakCurve(Document, ElementId, XYZ) ElementId Breaks the pipe curve into two parts at the given position.
M ConnectPipePlaceholdersAtCross(Document, ElementId, ElementId) Boolean Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtCross(Document, ElementId, ElementId, ElementId) Boolean Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtCross(Document, Connector, Connector, Connector, Connector) Boolean Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtElbow(Document, Connector, Connector) Boolean Connects placeholders that looks like elbow connection.
M ConnectPipePlaceholdersAtElbow(Document, ElementId, ElementId) Boolean Connects placeholders that looks like elbow connection.
M ConnectPipePlaceholdersAtTee(Document, ElementId, ElementId) Boolean Connects two placeholders that looks like Tee connection.
M ConnectPipePlaceholdersAtTee(Document, Connector, Connector, Connector) Boolean Connects three placeholders that looks like Tee connection.
M ConvertPipePlaceholders(Document, ICollection<ElementId>) ICollection<ElementId> Converts a collection of pipe placeholder elements into pipe elements.
M HasOpenConnector(Document, ElementId) Boolean Checks if there is open piping connector for the given element - object of pipe curve, pipe fitting or pipe accessory.
M PlaceCapOnOpenEnds(Document, ElementId, ElementId) None Places caps on the open connectors of the pipe curve, pipe fitting or pipe accessory.