3D-MCP

by team-plask
Verified

getQuadView

Get top, front, right, and perspective views of the scene.

Input Schema

NameRequiredDescriptionDefault
auto_adjust_cameraNoAutomatically adjust camera to fit the scene
name_visibility_predicateNo Function that takes an object as input and returns a dict with display settings. See example below.
shading_modeNoShading mode for the viewportsWIREFRAME

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auto_adjust_camera": { "default": true, "description": "Automatically adjust camera to fit the scene", "type": "boolean" }, "name_visibility_predicate": { "description": " Function that takes an object as input and returns a dict with display settings. See example below.", "type": "string" }, "shading_mode": { "default": "WIREFRAME", "description": "Shading mode for the viewports", "enum": [ "WIREFRAME", "RENDERED", "SOLID", "MATERIAL" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools