List DXF Layers
dxf_list_layersList all layers in a DXF file, showing name, color, linetype, lineweight, and on/frozen state to inspect CAD drawing structure.
Instructions
List all layers in a DXF file with their properties.
Returns each layer's name, color, linetype, lineweight, and on/frozen state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | FileInput with file_path to the .dxf file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |