2020 Members
Changes 4
M

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) bool Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtCross(Document, ElementId, ElementId, ElementId) bool Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtCross(Document, Connector, Connector, Connector, Connector) bool Connects placeholders that looks like Cross connection.
M ConnectPipePlaceholdersAtElbow(Document, Connector, Connector) bool Connects placeholders that looks like elbow connection.
M ConnectPipePlaceholdersAtElbow(Document, ElementId, ElementId) bool Connects placeholders that looks like elbow connection.
M ConnectPipePlaceholdersAtTee(Document, ElementId, ElementId) bool Connects two placeholders that looks like Tee connection.
M ConnectPipePlaceholdersAtTee(Document, Connector, Connector, Connector) bool 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) bool 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.