pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

Python package for 3D geometry CAD/BIM/CAM

Results 198 pythonocc-core issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to connect the pythonocc 3D view to PyQt5 UI. I have a PyQt widget window as below, and I want to make it so that if I...

use/howto

Dear tpaviot, Currently, i am working on the assembled solid object which conists of many subparts containing holes on it. My target is is to identify the holes and count...

If I try to build with python 3.10.2 I get this error: `/tmp/pythonocc-core-20220430-45588-w69c6f/Build/Darwin/arm64-Release-/GeomLibPYTHON_wrap.cxx:7060:129: error: too many arguments to function call, expected at most 4, have 5 GeomLib::FuseIntervals((NCollection_Array1< double > const...

I have many parts in the assembly step files.Some parts are connected to other parts and some are not connected.(For example A table has four legs and one flat surface.All...

I was following along the instructions to install, so I downloaded OCC 7.5.2 as it says in [INSTALL.md](https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md). Then when I go to build pythonocc-core, I see ``` CMake Error...

Changed OCC commit point to to 7.5.3 tag because following README.md in it's current state yields the following error. ``` CMake Error at CMakeLists.txt:151 (find_package): Could not find a configuration...

`qt.qpa.window: has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to...

```py from OCC.Display.WebGl import threejs_renderer from OCC.Core.gp import gp_Pnt, gp_Dir from OCC.Core.Geom import Geom_Line from OCC.Core.BRepBuilderAPI import BRepBuilderAPI_MakeEdge from OCC.Display.SimpleGui import init_display display, start_display, add_menu, add_function_to_menu = init_display() p1 =...

I am running the script of core_geometry_face_recognition_from_stepfile.py . I am getting the error from __future__ import print_function import os import os.path import sys from OCC.Core.STEPControl import STEPControl_Reader from OCC.Core.IFSelect import...