All Projects → Zepmanbc → creopyson

Zepmanbc / creopyson

Licence: MIT license
Python library for Creoson (http://www.creoson.com)

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to creopyson

Librecad 3
LibreCAD 3 is a next generation 2D CAD application written to be modular, with a core independent from GUI toolkits. Scripting is possible with Lua.
Stars: ✭ 189 (+410.81%)
Mutual labels:  cad
partdesigner
Create custom LEGO® Technic compatible construction parts for 3D printing
Stars: ✭ 104 (+181.08%)
Mutual labels:  cad
MonkeyCAM
CAD/CAM software for ski and snowboard design and G-code program generation.
Stars: ✭ 34 (-8.11%)
Mutual labels:  cad
Librecad
LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations.
Stars: ✭ 2,602 (+6932.43%)
Mutual labels:  cad
Opentimer
A High-performance Timing Analysis Tool for VLSI Systems
Stars: ✭ 213 (+475.68%)
Mutual labels:  cad
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+156.76%)
Mutual labels:  cad
Cfdof
Computational Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM solver
Stars: ✭ 181 (+389.19%)
Mutual labels:  cad
OpenSCAD connectors
Simple, parametric APIs for connectors such as corner brackets and t-joints. Specializing on connectors for aluminum extrusion connectors.
Stars: ✭ 29 (-21.62%)
Mutual labels:  cad
Scan2cad
[CVPR'19] Dataset and code used in the research project Scan2CAD: Learning CAD Model Alignment in RGB-D Scans
Stars: ✭ 249 (+572.97%)
Mutual labels:  cad
SimpleCad
A basic CAD-like control surface for winforms.
Stars: ✭ 81 (+118.92%)
Mutual labels:  cad
Node Occ
build BREP Solids with OpenCascade and NodeJS - 3D Modeling
Stars: ✭ 202 (+445.95%)
Mutual labels:  cad
Sdfx
A simple CAD package using signed distance functions
Stars: ✭ 213 (+475.68%)
Mutual labels:  cad
paramak
Create parametric 3D fusion reactor CAD models
Stars: ✭ 36 (-2.7%)
Mutual labels:  cad
Mayo
3D CAD viewer and converter based on Qt + OpenCascade
Stars: ✭ 192 (+418.92%)
Mutual labels:  cad
Semblage
Semblage is an open source CAD GUI backed by a programmatic CAD API named CadQuery.
Stars: ✭ 35 (-5.41%)
Mutual labels:  cad
Cq Editor
CadQuery GUI editor based on PyQT
Stars: ✭ 183 (+394.59%)
Mutual labels:  cad
atom-jscad
Previewing (J)SCAD 3D models inside Atom.
Stars: ✭ 28 (-24.32%)
Mutual labels:  cad
AWESOME-LDraw
LDraw — awesome software, file format, parts library and model repository (3D models of LEGO® and LEGO-compatible bricks)
Stars: ✭ 30 (-18.92%)
Mutual labels:  cad
elmyra
An experimental blender-based rapid iterative visualization system
Stars: ✭ 31 (-16.22%)
Mutual labels:  cad
xcsg
XML based Constructive Solid Geometry based on carve
Stars: ✭ 24 (-35.14%)
Mutual labels:  cad

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].