Giter Site home page Giter Site logo

poccad's Introduction

poccad_github

poccad

poccad is a Python parametric CAD application using pyqt5 and keeping original pythonocc scripts syntax.

The idea is modeling in an user friendly framework with a didactic way to learn and use pythonocc. You can edit your code and render your file on the same UI, use any of the pythonocc-core method that are not yet implement as long as you import them, export your project as .py files or 3d exchange format such as .stp, .iges or .stl.

Example of use :

  • Modeling part and export
  • Developp functions in a friendly user framework before implement in your code
  • Discover and learn pythonocc by trying and consult files

I guess the code needs a lot clean-up and hope it would be useful to anybody. I've started to implement method in lib\Scripts such as make_box , draw_point or export_step, a contribute instructions file will follow.

Generated files are named *.pocc or *.py

The Qt designer file is poccad.ui then converted in poccad.py thanks to the line stored in cmd_qtGUI.txt and all the functions are stored under poccad_Method.py

Launch

Requires : pythonocc-core and PyQt5. Installation guide will be add soon, but you can refer to https://github.com/tpaviot/pythonocc-core with for example conda installing https://anaconda.org/conda-forge/pythonocc-core

Execute poccad_launcher.py to get started

New ui design and functions, readme update coming soon image

Examples from the previous UI :

Open a demo file :

open_demofile

Boolean cut and export result as filename.step :

box_translate

Translate a box and change view to Top :

bool

poccad's People

Contributors

tanneguydv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.