create_detail_line
Add view-specific 2D annotation lines to plan, section, or detail views in Revit. Specify start and end points in millimeters to create detail lines for documentation.
Instructions
Create a detail line in a Revit view for annotation purposes.
Detail lines are view-specific 2D annotation elements. They only appear in the view where they are created (unlike model lines). Must be created in a plan, section, or detail view.
Args: start_point: Start point {"x", "y", "z"} in mm end_point: End point {"x", "y", "z"} in mm view_name: Target view name (defaults to active view) line_style: Line style name (e.g., "Medium Lines"). Uses default if omitted ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_point | Yes | ||
| end_point | Yes | ||
| view_name | No | ||
| line_style | No |