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

Python package for 3D geometry CAD/BIM/CAM

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

I'm trying to implement a function to retrieve the translation and rotation of the parts in an assembly step file. I found the function `read_step_file_with_names_colors(filename)` inside `DataExchange.py` with the locations...

help wanted

I want to upload a 3D model in STP format, but I'm encountering this error. Does anyone know what might be causing this issue? Please help.

Hello, I am currently developing a geometric application that utilizes 3D Zernike Moments to identify similar shapes. While these moments are designed to be rotationally invariant, I have observed an...

when i add import numpy as np at file.py and run debug why raise this..... File "....python3.12/site-packages/OCC/Display/qtDisplay.py", line 104, in InitDriver self._display.Create(window_handle=int(self.winId()), parent=self) File ".../python3.12/site-packages/OCC/Display/OCCViewer.py", line 212, in Create self.Init(self._window_handle)...

help wanted
display

Hi, First of all, thank you all for your great work !! I'm upgrading from an old Python 3.8 venv but unfortunately I get this message when I try to...

Jupyter

Updating from 7.5.1 to 7.8.1, I am trying to replace `BRepTools_ShapeSet.ReadFromString` with `BRepTools_ShapeSet.Read` as I believe is the result of #1301 . The resulting error was: ```python >>> from OCC.Core.BRepTools...

## Summary by Sourcery This pull request updates the INSTALL.md file to include a troubleshooting guide for Windows OS users, addressing a specific DLL import error and providing steps to...

I now have a curve of type ais_shape and a TopoDS_Shape But when I try to use BRepAlgoAPI_Section to verify if the curve is inside the model, the program does...

help wanted

Hi all, I am searching for a way to initialize a qtViewer3d display with a transparent background so that the displayer will only show the imported 3d model and the...

use/howto

Fixes the issue where the `__hash__`, `__eq__` and `__neq__` operators of TopoDS_TShape are not implemented, giving unexpected results like: ``` from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeBox shape_1 = BRepPrimAPI_MakeBox(10, 20, 30).Shape() shape_1.TShape()...