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.