Skip to main content

A quick tool to extract block attributes and properties from AutoCAD drawings

Project description

acad-extractor

A quick tool to extract block attributes and properties from AutoCAD drawings.

Usage

from acad_extractor import select_on_screen

print("Select AutoCAD blocks on screen")
names = []
attrs_list = []
props_list = []
dt = select_on_screen(names, attrs_list, props_list)
print(f"{len(names)} at {dt} ms")
for i, name in enumerate(names):
    print("-" * 70)
    print(name)
    for name, value in attrs_list[i]:
        print(f"attr {name} = {value}")
    for name, value in props_list[i]:
        print(f"prop {name} = {value}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

acad_extractor-1.0.2-cp39-none-win_amd64.whl (72.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

File details

Details for the file acad_extractor-1.0.2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for acad_extractor-1.0.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 11d9df01266789e8c8541ae94c405af0a39b86e6e8c63ee0c42756d6f93d72be
MD5 588bcfb726f53d2690d99ae0cc7d7868
BLAKE2b-256 5423bb39004d96cfb3042a8bcccd2943ff31d3dbb2e5f564e41928777f4cbea1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page