Coder Social home page Coder Social logo

lleheaven / pythonocc-cad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qunat/pythonocc-cad

0.0 0.0 0.0 279.21 MB

Lightweight 3d software based on pythonocc

License: GNU Lesser General Public License v3.0

Shell 0.03% JavaScript 0.02% C++ 27.90% Python 48.44% Perl 0.02% C 12.91% Tcl 4.63% C# 0.01% F# 0.03% PowerShell 0.01% Forth 0.03% XSLT 0.01% CSS 0.01% nesC 1.13% Makefile 0.13% HTML 0.74% QML 3.57% CMake 0.09% PLpgSQL 0.21% GLSL 0.10%

pythonocc-cad's Introduction

BrepCAD

The BrepCAD open source framework is adapted from the SimpleGui in pythonocc. It incorporates the beautiful ribbon style, which also uses the open source library QupyRibbon in Github.

This framework can basically meet the needs of graduation design of college students and enterprise level lightweight CAD software development. Because it is based on the python language, the running efficiency cannot be compared with that of the c++version. But there is no bad language in the world. Only the less excellent programmers can write software with good performance as long as they continue to optimize the algorithm.

alt tag alt tag alt tag alt tag alt tag

pythonocc-core

About

pythonocc is a python package whose purpose is to provide 3D modeling features. It is intended to CAD/PDM/PLM and BIM related development.

version : pythonocc-core 7.4.0 (february 2020)

Features

pythonocc provides the following features:

  • a full access from Python to almost all af the thousand OpenCascade C++ classes. Classes and methods/functions share the same names, and, as possible as it can be, the same signature

  • 3D visualization from the most famous Python Gui (pyQt, PySide1 and 2, wxPython)

  • 3D visualization in a web browser using WebGl and/or x3dom renderers

  • 3D visualization and work within a jupyter notebook

  • Various utility Python classes/methods for DataExchange, Topology operations, intertia computations etc.

first create an environment

conda create --name=pyoccenv python=3.7
source activate pyoccenv
conda install -c conda-forge pythonocc-core=7.4

Run it

git clone https://github.com/qunat/Pythonocc-CAD.git
conda activate your environment
cd pythonocc-CAD
python BaseGui.py
also clcik the BrepCAD.exe

update it

git pull
this can get the latest version

QupyRibbon

alt tag

This is a ribbon implementation in Python 3 using PyQt5.

To use this you need to get the dependencies:

sudo apt install python3
sudo apt install python3-pyqt5

The project is made in Pycharm community eddition. For example clone the project:

git clone https://github.com/pracedru/QupyRibbon

and run:

python3 main.py 

pythonocc-cad's People

Contributors

qunat 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.