Python API For ARES Commander And OEMs
Project description
Python API For ARES Commander And OEMs
This library is designed to simplify the process of writing ActiveX scripts specifically for ARES Commander, which is a CAD (Computer-Aided Design) software, and its OEM (Original Equipment Manufacturer) versions.
By using Python, developers can leverage its simplicity and flexibility to automate tasks within ARES Commander and its OEM variants.
This library provides an interface between Python and the ActiveX technology used by ARES Commander, enabling developers to control various aspects of the CAD software programmatically.
With this library, tasks such as drawing creation, editing, and manipulation can be automated, streamlining workflows and increasing productivity for users of ARES Commander and its OEM versions.
Simple usage example:
import PyPCAD.api as ac
ares = ac.PyPCAD()
ares.AddText("HELLO",ac.Apoint(0,0,0),50)
ares.ZoomExtents()
print("Done.")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file PyPCAD-1.1-py3-none-win_amd64.whl
.
File metadata
- Download URL: PyPCAD-1.1-py3-none-win_amd64.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9241f4a580f94d714dd59a13dd98161f4e739a4866047805bb79ceb827c5d705 |
|
MD5 | f7f289cc2514def699a334792d01134b |
|
BLAKE2b-256 | acc9bc91e6d27f67c4bd3454a11426d2347d248afb40b13e74dc314bf04ce7fa |