analyze_scad_code
Examine OpenSCAD code structure to identify modules, parameters, and imports. Understand code architecture before modifications.
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 |