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.
- Free software: MIT license
- Documentation: https://creopyson.readthedocs.io.
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:
See documentation for more informations...
CREOSON from Simplified Logic, Inc.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.