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.3.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.3-py3-none-any.whl (2.4 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pycatia-0.6.3.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.3.tar.gz
Algorithm Hash digest
SHA256 341c1f82b57fad333e41e27e32db207071d97f4d187396afba4a5b44d5d5880e
MD5 8802b832993de34ad6560d882b335d5d
BLAKE2b-256 1cbd8b0c411227fb11ba4060bdbc7c82780c41fadfedecee739e535357ac1068

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycatia-0.6.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c3cd7cc067ed76dd3f71485619b9c110427896d8082aa07b31c3952e6b83ce07
MD5 4dae8f59aabb85489f03c09fb176b09e
BLAKE2b-256 72875d673d2978537262f8dc96e15642f8cf0b16b751afb65ed865fb991a0caf

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