create_layer
Create a new SketchUp layer (tag) by name to organize model elements, returning JSON with its ID, name, and visibility.
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 |