MechanicalUtils
Description:
General utility methods in the Autodesk Revit MEP product.
General utility methods in the Autodesk Revit MEP product.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.MechanicalUtils
System.Object
Autodesk.Revit.DB.Mechanical.MechanicalUtils
public static class MechanicalUtils
| Name | Return Type | Description |
|---|---|---|
| BreakCurve(Document, ElementId, XYZ) | ElementId | Breaks the duct curve into two parts at the given position. |
| ConnectAirTerminalOnDuct(Document, ElementId, ElementId) | Boolean | Connects an air terminal to a duct directly (without the need for a tee or takeoff). |
| ConnectDuctPlaceholdersAtCross(Document, ElementId, ElementId) | Boolean | Connects a pair of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtCross(Document, ElementId, ElementId, ElementId) | Boolean | Connects a trio of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtCross(Document, Connector, Connector, Connector, Connector) | Boolean | Connects a group of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtElbow(Document, Connector, Connector) | Boolean | Connects a pair of placeholders that can intersect in an Elbow connection. |
| ConnectDuctPlaceholdersAtElbow(Document, ElementId, ElementId) | Boolean | Connects a pair of placeholders that can intersect in an Elbow connection. |
| ConnectDuctPlaceholdersAtTee(Document, ElementId, ElementId) | Boolean | Connects a pair of placeholders that can intersect in a Tee connection. |
| ConnectDuctPlaceholdersAtTee(Document, Connector, Connector, Connector) | Boolean | Connects a trio of placeholders that can intersect in a Tee connection. |
| ConvertDuctPlaceholders(Document, ICollection<ElementId>) | ICollection<ElementId> | Converts a collection of duct placeholder elements into duct elements. |