renderGeometricImage
Convert Asymptote code into high-quality geometric images in SVG or PNG formats using the MCP Geometry Server. Customize output parameters like format and render quality for precise results.
Instructions
Renders an image from Asymptote code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asyCode | Yes | A string containing complete and valid Asymptote code to be compiled. The server executes this code directly. Ensure necessary `import` statements (e.g., `import graph;`) and settings (e.g., `unitsize(1cm);`) are included within this code block if needed. | |
outputParams | No | Optional parameters to control the output image. |