3D-MCP

by team-plask
Verified

bridge

Create bridges between face loops

Input Schema

NameRequiredDescriptionDefault
itemsYesBridge operations

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Bridge operations", "items": { "additionalProperties": false, "properties": { "faceLoopA": { "description": "First face loop", "items": { "type": "string" }, "type": "array" }, "faceLoopB": { "description": "Second face loop", "items": { "type": "string" }, "type": "array" }, "meshId": { "description": "Mesh identifier", "type": "string" }, "smooth": { "default": true, "description": "Whether to smooth the bridge", "type": "boolean" }, "twist": { "default": 0, "description": "Twist offset for bridge connections", "type": "integer" } }, "required": [ "meshId", "faceLoopA", "faceLoopB" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }

You must be authenticated.

Other Tools