Python library for Creoson


Keywords
creopyson, cad, creo, creoson
License
MIT
Install
pip install creopyson==0.4.3

Documentation

Creopyson

https://coveralls.io/repos/github/Zepmanbc/creopyson/badge.svg?branch=master Documentation Status Buy Me A Coffee

Creopyson is a python library that aim to control PTC's CREO Parametric via JLink via CREOSON.

CREOSON uses JSON Requests to send commands/functions to CREO, JSON Responses are used to communicate the results of your requests.

Creopyson creates a Client to send JSON Requests to CREOSON server.

Features

Creopyson can be used to automate actions in CREO:

  • Get BOM
  • Manage files, Working directories
  • Support Familytables
  • Export 3D/2D: pdf3d, pdf, STEP, IGES, JPEG...
  • Interact with layers, views
  • Read/Write parameters, dimensions
  • Support Windchill

Basic usage video:

https://github.com/Zepmanbc/creopyson/raw/master/docs/_static/video.png

See documentation for more informations...

Credits

CREOSON from Simplified Logic, Inc.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.