Python Cad Library
Released:
Python AutoCAD COM automation via pywin32
Project description
----------------------------------------
Library for simplifying writing ActiveX_ Automation_ Pyton scripts for AutoCAD_
Requires:
----------
- pywin32_
Features:
-----------
- Simplifies work with coordinates (3D points)
Simple usage example:
---------------------
.. code-block:: python
from pyacadcom import AutoCAD, acadPoint
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 <https://github.com/lobyntsev-d/pyacadcom>`_.
.. _ActiveX: http://wikipedia.org/wiki/ActiveX
.. _Automation: http://en.wikipedia.org/wiki/OLE_Automation
.. _AutoCAD: http://wikipedia.org/wiki/AutoCAD
.. _pywin32: http://pypi.python.org/pypi/pywin32
Python library to generate DXF drawing files (CAD) archetypes.memberdatastorage (1.1) Released 9 years, 8 months ago. I am interested in doing the small programming exercises at the end of each chapter in python, and for some or most of them, a 2D visualization would make it 100x more awesome. The only problem is I don't know any good 2D libraries for python. I tried matplotlib, but that seems more geared toward plotting graphs. The popular open source library is available under the BSD license. It is the foundational Python library for performing tasks in scientific computing. NumPy is part of a bigger Python-based ecosystem of open source tools called SciPy. This is the core of the Autocad/Intellicad interface for Python and is intended to wrap the complete ADS/SDS C API. For a Python program, an ads module (written in Python) wraps this core, and provides additional services, besides exposing the core functionality. In order to keep the underlying CAD system transparent to Python programs, we have.
Release historyRelease notifications RSS feed
Python Cad Libraries
Download files
Python Cad Library
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Python Dwg Library
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyacadcom-0.0.1.tar.gz (4.7 kB) | File type Egg | Python version 3.5 | Upload date | Hashes |
Hashes for pyacadcom-0.0.1.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | 6e577ce35b2cfaea991f34dee74562dcadc7802fdef2905b8ef9f035ec00409a |
MD5 | 3f734c1631d6a56758068566df4034de |
BLAKE2-256 | 07377c2303cb31618fc5b71ff3096de942178c7fa635f83b2e155460703474b6 |