Skip to main content
Glama

3D-MCP

by team-plask

bridge

Generate bridges between two face loops in 3D meshes to connect geometries, with options to smooth surfaces and adjust twist offsets for precise connections.

Instructions

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 from 3D-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/team-plask/3d-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server