analyze_scad_code
Parse OpenSCAD code to identify modules, parameters, and imports, revealing code architecture before making changes.
Instructions
Analyze the structure of OpenSCAD code.
Parses parameters, modules, and library imports to understand
the code's architecture. Use this before modifying code to know
what modules exist and what each one does.
Args:
scad_code: OpenSCAD source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scad_code | Yes |