File | Date | Author | Commit |
---|---|---|---|
.idea | 2023-07-30 |
![]() |
[07698a] add dimension |
GUI | 2023-07-30 |
![]() |
[07698a] add dimension |
LbnzSolve | 2023-08-19 |
![]() |
[c32e78] add LbnzSolve |
Pic | 2023-05-06 |
![]() |
[195059] Update README 2023-5-7 |
__pycache__ | 2023-04-26 |
![]() |
[f27d89] set draw line width |
examples | 2023-08-10 |
![]() |
[3b717d] try to change point Prs3d_PointAspect |
icons | 2023-05-10 |
![]() |
[5a9f55] debug 2023-5-11 |
logo | 2023-03-27 |
![]() |
[d56a68] new GUI and rename BrepCAD |
module | 2023-08-19 |
![]() |
[c0900b] add edit dimension function |
sketcher | 2023-08-20 |
![]() |
[abb4f6] add sketcher select StdSelect_ShapeTypeFilter |
stylesheets | 2023-05-15 |
![]() |
[78f8a9] update 2023-5-16 |
ui | 2023-05-31 |
![]() |
[eb57d0] degbug sketch_circel |
BaseGui.py | 2023-08-10 |
![]() |
[3b717d] try to change point Prs3d_PointAspect |
LICENSE | 2022-12-01 |
![]() |
[463ec3] first commit |
README.md | 2023-05-16 |
![]() |
[47e829] update readme 2023-5-17 |
The pythonocc CAD 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.
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)
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.
conda create --name=pyoccenv python=3.7
source activate pyoccenv
conda install -c conda-forge pythonocc-core=7.4
git clone https://github.com/qunat/Pythonocc-CAD.git
conda activate your environment
cd pythonocc-CAD
python BaseGui.py
setup.exe: http://cad-upyun.test.upcdn.net/pythonocc-CAD/setup.exe
install setup.exe
cd BrepCAD
start.bat
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