Menu

Tree [abb4f6] master /
 History

HTTPS access


File Date Author Commit
 .idea 2023-07-30 loujiand loujiand [07698a] add dimension
 GUI 2023-07-30 loujiand loujiand [07698a] add dimension
 LbnzSolve 2023-08-19 loujiand loujiand [c32e78] add LbnzSolve
 Pic 2023-05-06 loujiand loujiand [195059] Update README 2023-5-7
 __pycache__ 2023-04-26 loujiand loujiand [f27d89] set draw line width
 examples 2023-08-10 loujiand loujiand [3b717d] try to change point Prs3d_PointAspect
 icons 2023-05-10 loujiand loujiand [5a9f55] debug 2023-5-11
 logo 2023-03-27 loujiand loujiand [d56a68] new GUI and rename BrepCAD
 module 2023-08-19 loujiand loujiand [c0900b] add edit dimension function
 sketcher 2023-08-20 loujiand loujiand [abb4f6] add sketcher select StdSelect_ShapeTypeFilter
 stylesheets 2023-05-15 loujiand loujiand [78f8a9] update 2023-5-16
 ui 2023-05-31 loujiand loujiand [eb57d0] degbug sketch_circel
 BaseGui.py 2023-08-10 loujiand loujiand [3b717d] try to change point Prs3d_PointAspect
 LICENSE 2022-12-01 loujiand loujiand [463ec3] first commit
 README.md 2023-05-16 loujiand loujiand [47e829] update readme 2023-5-17

Read Me

pythonocc-CAD (Renamed BrepCAD)

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.

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 download the exe installation package, which includes the Pythonnocc environment and source code

setup.exe: http://cad-upyun.test.upcdn.net/pythonocc-CAD/setup.exe

install setup.exe
cd BrepCAD
start.bat

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 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.