create_layer
Create a new layer in SketchUp by supplying a name. The tool adds a tag with that name and returns its id, name, and visibility for use in modeling and organization.
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 |