MechanicalUtils
Description:
General utility methods in the Autodesk Revit MEP product.
General utility methods in the Autodesk Revit MEP product.
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) | bool | Connects an air terminal to a duct directly (without the need for a tee or takeoff). |
| ConnectDuctPlaceholdersAtCross(Document, Connector, Connector, Connector, Connector) | bool | Connects a group of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtCross(Document, ElementId, ElementId) | bool | Connects a pair of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtCross(Document, ElementId, ElementId, ElementId) | bool | Connects a trio of placeholders that can intersect in a Cross connection. |
| ConnectDuctPlaceholdersAtElbow(Document, Connector, Connector) | bool | Connects a pair of placeholders that can intersect in an Elbow connection. |
| ConnectDuctPlaceholdersAtElbow(Document, ElementId, ElementId) | bool | Connects a pair of placeholders that can intersect in an Elbow connection. |
| ConnectDuctPlaceholdersAtTee(Document, Connector, Connector, Connector) | bool | Connects a trio of placeholders that can intersect in a Tee connection. |
| ConnectDuctPlaceholdersAtTee(Document, ElementId, ElementId) | bool | Connects a pair 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. |