create_layer
Add a new layer to your SketchUp model by specifying its name. The tool returns the layer's ID, name, and visibility status.
Instructions
Create a new layer (tag) with the given name.
Returns: JSON {id, name, visible}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new layer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |