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

A module that I am working on makes use of this python package and I hope to be able to run it natively on M1 macs. I understand that I...

How to parse the assembled iges file into an assembly, are there any relevant examples? I parsed it out that it will always be a part. This is the assembled...

Trying to use winpython, and haven't been able to make anaconda work w/ it --- how can it be installed in winpython?

Hi, I would be interested in loading directly xao files from pythoncc-core. Xao files are actually a combination of xml and brep See [Salome doc](https://docs.salome-platform.org/9/gui/GEOM/import_export_geom_obj_page.html) Is this possible? Best

Hey gays, when I use the demo to show my step file with simpleGUI, it don't work. My file is about 400Mb. It's there are another ways to do face...

This is the error I get when trying to create a display: Traceback (most recent call last): File "I:\IFCopenshell\main.py", line 14, in occ_display = ifcopenshell.geom.utils.initialize_display() File "E:\conda\envs\pythonOCC\lib\site-packages\ifcopenshell\geom\occ_utils.py", line 97, in...

Hi pyocc, I build pythonocc from the source follow the install.md everything goes right but when I run test(run_tests.py) I got this error ImportError: DLL load failed while importing _AIS...

Hi everyone! I get a filestream of STEP and IGES files from a REST API and want to analyse it. I saw, that STEPControl_Reader supports reading from stream, but the...

feature request
data exchange

Outlined here: [https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md](https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md) > **Requirements** > pythonOCC needs the following libraries or programs to be installed before you can compile/use it : > The python programming language (http://www.python.org/) > OpenCascade...

CMakeLists.txt line 18, `cmake_minimum_required(VERSION 3.12)` , probably should be changed to `cmake_minimum_required(VERSION 3.15)` . According to cmake document (https://cmake.org/cmake/help/git-stage/module/FindPython3.html), `Python3::Module` is new in version 3.15, when using cmake version <...