pythonocc-core
pythonocc-core copied to clipboard
Python package for 3D geometry CAD/BIM/CAM
Hello, Windows 10 msys2 build system I have downloaded files from these links: > https://github.com/tpaviot/pythonocc-core/archive/refs/tags/7.7.0.zip > https://dev.opencascade.org/system/files/occt/OCC_7.7.0_release/opencascade-7.7.0.tgz OpenCASCADE was compiled using the flag -D BUILD_RELEASE_DISABLE_EXCEPTIONS=OFF No 3rdparty stuff. Here are...
I'm running a script in which I use the function BRepAlgoAPI_Cut, with the SetRunParallel(True) option. The tool is a list of shapes. The problem is that on my personal pc,...
I need to generate a mesh for a whole step model that has been loaded. Althought it looks simple using BRepMesh_IncrementalMesh and BRep_Tool, I am stucked in a problem, that...
Hi everyone, How can setup everything in a Embedded Python? Is it possible? Best regards
I created a shape using Booleans and then tried to export it to the STEP file, but the output was wrong. I was successfully able to export it in IGES...
I'm using pythonocc-core compiled from source (version 7.7.2) to perform cuts of cylinders (with radius of order 10^1 and length of order 10^2), from a complex 3d step geometry (dimension...
Gyroid is a type of TPMS (https://github.com/tpaviot/pythonocc-core/issues/697). My code is represented by a triangular element by means of a marching cube, which is just a collection of planes and not...
Reading STL files is causing segfaults. I used the stl file from the demo script as well as a 3dbenchy.stl from thingiverse and reproed with both . This is the...
an example at https://github.com/dblanding/kodacad @dblanding i try to open a 20MB stp file, it cost about 50s and using threading cannot shorter that time. Are there any known algorithms that...
This is not so much an issue as a question, but I hope to find an answer in this community. We are working on a research project and want to...