get_grid_lines
Retrieve all grid line names and their coordinates in millimeters for a named grid. Use these coordinates to precisely place walls, columns, or other BIM elements.
Instructions
Return all grid line names and coordinates for a named grid.
Use this to resolve grid line names to mm coordinates before calling create_wall, create_column, or other placement tools. Example: X line "28" → coordinate_mm=28000 means x=28000 mm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||