create_duct
Create a duct in the Revit model between two specified points. Supports round or rectangular ducts with custom dimensions and system types.
Instructions
Create a duct in the Revit model between two points.
Requires a project with mechanical families loaded (MEP template). Specify diameter for round ducts, or width+height for rectangular. All dimensions in millimeters.
Args: start_point: Start point {"x", "y", "z"} in mm end_point: End point {"x", "y", "z"} in mm system_type: System type name (e.g., "Supply Air"). Auto-detects if omitted duct_type: Duct type name (e.g., "Round Duct"). Auto-detects if omitted level_name: Level name. Defaults to nearest level diameter: Round duct diameter in mm width: Rectangular duct width in mm height: Rectangular duct height in mm ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_point | Yes | ||
| end_point | Yes | ||
| system_type | No | ||
| duct_type | No | ||
| level_name | No | ||
| diameter | No | ||
| width | No | ||
| height | No |