Get Entities on a Layer
dxf_get_layer_entitiesRetrieve all entities on a specified layer from a DXF file to inspect its contents. Provide the file path and layer name to get a list of entities.
Instructions
Return all entities on a specific layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | LayerInput with file_path, layer_name, and optional limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |