Skip to main content

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())

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyacadcom-0.0.7-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

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

Hashes for pyacadcom-0.0.7.tar.gz
Algorithm Hash digest
SHA256 16f2f1399519261b0e626e8971442ef9bebeb02fb5d7f80a0f11d3aeb16ae733
MD5 d1879cee4a8715504ee2af029966ff14
BLAKE2b-256 26b504bc0a9a6604067378c80dd8dd8a0b8d9e4d041045ec6696fd0669dbaf4b

See more details on using hashes here.

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

Hashes for pyacadcom-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a9bae4f5f7691f7a6d476dcb55a25023a65e2acc0243442a0de3d16127668c74
MD5 7622a5caa2181e2073a162d446983170
BLAKE2b-256 b2e94ab5ea19d017bdb384f527e862116f25a9562d4b44b59e8fe3d79f900a05

See more details on using hashes here.

Supported by

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