Skip to main content
Glama

extrudeFaces

Extrude selected faces in 3D models by specifying distance and direction. Supports individual face extrusion, custom vectors, and optional cap face creation using the 3D-MCP server.

Instructions

Extrude faces

Input Schema

NameRequiredDescriptionDefault
itemsYesFace extrusion operations

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Face extrusion operations", "items": { "additionalProperties": false, "properties": { "createCaps": { "default": true, "description": "Whether to create cap faces", "type": "boolean" }, "customDirection": { "description": "Custom direction vector when using 'custom' direction", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }, "direction": { "default": "normal", "description": "Extrusion direction method", "enum": [ "normal", "custom" ], "type": "string" }, "distance": { "description": "Extrusion distance", "type": "number" }, "faceIds": { "description": "Face identifiers", "items": { "type": "string" }, "type": "array" }, "individualFaces": { "default": false, "description": "Whether to extrude faces individually", "type": "boolean" } }, "required": [ "faceIds", "distance" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }

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