create_grid
Create grid lines for structural layouts by defining start and end points in millimeters. Supports batch creation with auto-assigned names.
Instructions
Create grid lines for the structural layout of a building.
Grids define the column grid system. Each grid is a line from start to end point (in millimeters). Names auto-assign (A, B, C... or 1, 2, 3...) if not provided. Supports batch creation.
Args: grids: List of grid definitions, each with: - start_point (dict): {"x": float, "y": float, "z": float} in mm (required) - end_point (dict): {"x": float, "y": float, "z": float} in mm (required) - name (str): Grid line name (optional, auto-assigned) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grids | Yes |