analyze_scad_code
Analyze OpenSCAD code structure by parsing parameters, modules, and library imports to understand 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 |