create_layer
Creates a new layer with a specified name in the SketchUp scene, returning the layer's ID, name, and visibility status.
Instructions
Create a new layer with the given name. Returns {id, name, visible}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |