Python AutoCAD COM automation via pywin32
Project description
pyacadcom - Pyton automation of AutoCAD
Library for simplifying writing ActiveX Automation Pyton scripts for AutoCAD
Requires:
Features:
Solves connection to Autocad COM
Simplifies work with coordinates
Simple usage example:
from pyacadcom import AutoCAD, acadPoint
acad=AutoCAD()
point1 = acadPoint(25, 50, 0)
nextpoint = (100,100,10)
point2 = acadPoint(nextpoint)
acad.ActiveDocument.ModelSpace.AddLine(point1(), point2())
point3 = point1 + point2
acad.ActiveDocument.ModelSpace.AddLine(point2(), point3())
Links
Source code and issue tracking at GitHub.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyacadcom-0.0.7.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyacadcom-0.0.7-py3-none-any.whl
(10.8 kB
view details)
File details
Details for the file pyacadcom-0.0.7.tar.gz.
File metadata
- Download URL: pyacadcom-0.0.7.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f2f1399519261b0e626e8971442ef9bebeb02fb5d7f80a0f11d3aeb16ae733
|
|
| MD5 |
d1879cee4a8715504ee2af029966ff14
|
|
| BLAKE2b-256 |
26b504bc0a9a6604067378c80dd8dd8a0b8d9e4d041045ec6696fd0669dbaf4b
|
File details
Details for the file pyacadcom-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pyacadcom-0.0.7-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9bae4f5f7691f7a6d476dcb55a25023a65e2acc0243442a0de3d16127668c74
|
|
| MD5 |
7622a5caa2181e2073a162d446983170
|
|
| BLAKE2b-256 |
b2e94ab5ea19d017bdb384f527e862116f25a9562d4b44b59e8fe3d79f900a05
|