create_component
Generate and insert a 3D component in SketchUp by specifying dimensions, position, and type. Integrates with Claude AI via SketchupMCP for precise, prompt-driven modeling tasks.
Instructions
Create a new component in Sketchup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dimensions | No | ||
position | No | ||
type | No | cube |
Input Schema (JSON Schema)
{
"properties": {
"dimensions": {
"default": null,
"items": {
"type": "number"
},
"title": "Dimensions",
"type": "array"
},
"position": {
"default": null,
"items": {
"type": "number"
},
"title": "Position",
"type": "array"
},
"type": {
"default": "cube",
"title": "Type",
"type": "string"
}
},
"title": "create_componentArguments",
"type": "object"
}