create_level
Create building levels defining floor-to-floor heights in Revit. Required before placing walls, floors, and other level-dependent elements.
Instructions
Create building levels (floor elevations) in Revit.
Levels define the floor-to-floor heights of a building and must be created before placing walls, floors, or other level-dependent elements.
Args: levels: List of level definitions, each with: - elevation (float): Elevation in mm from project origin (required) - name (str): Level name, e.g. "Ground Floor" (optional, auto-assigned) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| levels | Yes |