SketchupMCP

create_mortise_tenon

Generate precise mortise and tenon joints between components in Sketchup using specified dimensions and offsets for accurate 3D woodworking designs.

Instructions

Create a mortise and tenon joint between two components

Input Schema

NameRequiredDescriptionDefault
depthNo
heightNo
mortise_idYes
offset_xNo
offset_yNo
offset_zNo
tenon_idYes
widthNo

Input Schema (JSON Schema)

{ "properties": { "depth": { "default": 1, "title": "Depth", "type": "number" }, "height": { "default": 1, "title": "Height", "type": "number" }, "mortise_id": { "title": "Mortise Id", "type": "string" }, "offset_x": { "default": 0, "title": "Offset X", "type": "number" }, "offset_y": { "default": 0, "title": "Offset Y", "type": "number" }, "offset_z": { "default": 0, "title": "Offset Z", "type": "number" }, "tenon_id": { "title": "Tenon Id", "type": "string" }, "width": { "default": 1, "title": "Width", "type": "number" } }, "required": [ "mortise_id", "tenon_id" ], "title": "create_mortise_tenonArguments", "type": "object" }

You must be authenticated.

Other Tools from SketchupMCP

Related Tools

ID: zusthnlfii