SketchupMCP

create_finger_joint

Generate finger joints (box joints) between two components in SketchUp for secure and precise woodworking connections. Customize joint depth, width, height, number of fingers, and offsets for accurate 3D modeling.

Instructions

Create a finger joint (box joint) between two components

Input Schema

NameRequiredDescriptionDefault
board1_idYes
board2_idYes
depthNo
heightNo
num_fingersNo
offset_xNo
offset_yNo
offset_zNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "board1_id": { "title": "Board1 Id", "type": "string" }, "board2_id": { "title": "Board2 Id", "type": "string" }, "depth": { "default": 1, "title": "Depth", "type": "number" }, "height": { "default": 1, "title": "Height", "type": "number" }, "num_fingers": { "default": 5, "title": "Num Fingers", "type": "integer" }, "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" }, "width": { "default": 1, "title": "Width", "type": "number" } }, "required": [ "board1_id", "board2_id" ], "title": "create_finger_jointArguments", "type": "object" }

You must be authenticated.

Other Tools from SketchupMCP

Related Tools

ID: zusthnlfii