renderGeometricImage
Generate precise geometric images by compiling Asymptote code into SVG or PNG formats, with customizable rendering quality for optimal visual output.
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. |