Commit Graph

1 Commits

Author SHA1 Message Date
puzzlesion
31e03fd2d9 feat(dxf): enhance block diagnostics and layout listing
This commit introduces several new scripts to the DXF project to improve diagnostics and data extraction capabilities:

- find_block_coordinates.py: A new utility to accurately find the coordinates of rectangular blocks, which is essential for automated positioning and plotting.

- diagnose_block_geometry.py: A script to analyze and report the geometric properties of blocks, aiding in debugging and validation.

- list_layouts.py: A simple tool to list all available layouts within a DXF file.

Associated documentation has been added to .specstory to cover these new features.
2025-09-15 10:09:10 +08:00