Skip to main content

A python module to interface with the CATIA V5 COM object.

Project description

alpha software

This is alpha software.

All the test cases and examples work but there will be many issues outside of the test framework. The CATIA com interface is huge and I’ve predominantly only worked / tested on those I can figure out how to use.

The entire framework is now in place for others to contribute so if you know CATIA and python (being already familiar with automation using the more traditional methods will help) please do contribute. Bonus points for adding tests too.

I have limited access to CATIA licences / workbenches. Also, there’s are many modules that I simply don’t know what they do. Thus my ability to test and support can be limited.

All this said many bugs that exist should be for the most part be quite easy to fix using those methods that do work as a reference.

Why was it made?

pycatia was initially created to access the CATIA Automation Measurable object and it’s methods without the need of visual basic / CATScripts.

Some of the methods can be accessed directly using the pywin32 module but there are a number that just simply won’t work using python. There are several questions on stack overflow and the pywin32 mailing list regarding this. But, they failed to provide any working examples with the Measurable object in python.

pycatia accesses these methods by running VBA scripts using the Dispatch(‘CATIA.Application’).SystemService.Evaluate() function and passing a public function to it. Otherwise, pycatia uses the VB method directly but exposes it within the same python class.

There is now a lot more functionality available which can be seen by looking at the examples provided and reading the API at pycatia.readthedocs.io.

Requirements

  • python >= 3.9

  • CATIA V5 running on Windows.

  • see requirements.txt

Installation

see installation.

Usage

See the introduction, examples and user_scripts for a good over view on how to use pycatia.

Examples And Scripts

See the documentation @ examples and user_scripts.

Asking Questions

Please read the following with regards to raising questions: https://github.com/evereux/pycatia/issues/28

Contributing

See CONTRIBUTING.md in root of github repository.

Running The Tests

Prior to running the tests please ensure CATIA V5 has the following configuration settings:

  • CGR cache system must be disabled.

  • Parameter names must not have back ticks enabled. Tools > Options > General > Parameters and Measure > Knowledge > Parameter Names > Surrounded by the ` symbol.

On the first run, during the running of the tests, the test suite will create the CATIA drawing, products and part it requires to run in the folder tests/cat_files.

CATIA V5 should already be running and have NO documents already open.

To run the tests with coverage (-v is verbosity):

py.test -v --cov-report term-missing --cov=pycatia

To run a specific test:

py.test -v tests/test_product.py::test_move

To stop tests running after first failure.

py.test -vx

Release process

A reminder for @evereux. I don’t do this often and forget …

  • Check version is correct.

  • Check changelog has been updated.

  • Run the tests. pytest -v tests
    • Ensure cache is disabled and

    • Fix any issues.

  • Run the examples.
    • Fix any issues.

  • Build the docs. cd docs make html
    • Fix any issues.

  • Run mypy over module. mypy pycatia

  • Build source. python setup.py sdist bdist_wheel
    • Check source contents.

  • Build pycatia exe python -m nuitka --standalone pycatia-exe.py. * use 64 env. * rename pycatia-exe.exe. * copy build to win_32 folder and zip.

  • Merge changes with master branch and upload.

  • Upload to pypi. twine upload dist/*.

  • Update github releases.

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

pycatia-0.6.4.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

pycatia-0.6.4-py3-none-any.whl (2.4 MB view details)

Uploaded Python 3

File details

Details for the file pycatia-0.6.4.tar.gz.

File metadata

  • Download URL: pycatia-0.6.4.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.7 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.2

File hashes

Hashes for pycatia-0.6.4.tar.gz
Algorithm Hash digest
SHA256 da6bcf30f1ee1ea2503c3040cc5ac041658bf4608c7f3af0b7b715ef7749752a
MD5 15b3a458c7e1cc5c126137fe4da1bb94
BLAKE2b-256 dc8b9d0ead27ef3cc5b14b8df06c633b855b148a824e8f5b300b470455c0070e

See more details on using hashes here.

File details

Details for the file pycatia-0.6.4-py3-none-any.whl.

File metadata

  • Download URL: pycatia-0.6.4-py3-none-any.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.7 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.2

File hashes

Hashes for pycatia-0.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2bb51c2371344a6451f93d9443399f9c95f2d3409b1756397c18b7d798ba4334
MD5 9277c70f35841e6a543b39faeeb61af7
BLAKE2b-256 ea32665b1f3cc72b095b9c93216b4c32c6773b19b0bfc7ecf0b1ab6740bd7432

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