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

I am interested in working in the u and v parameter space of a shell. However, this space is not continuous when multiple faces are present. Each face has its...

help wanted

Hi everyone, I am trying to extract some data (mass, volume, area, position (of the center of mass) and its orientation, that is the angle that the figure is rotated...

HI ALL, GOOD MORNING CAN ANYONE HELP ME TO IN EXTRACTING THE GEOMETRY FEATURES FROM STEP FILES USING ANACONDA -PYTHON below are features *Area of largest face *Type of largest...

I have two related things, and apologies in advance for the long post. **First thing** I have a structure that has multiple PythonOCC instances attached to it[^1] - specifically ```Quantity_Color```,...

So Im trying to convert a STEP file to XDE Document. The file size is around 115MB. It takes around 90 seconds to execute the STEPCAFControl_Reader().transfer() function. But it doesnt...

I followed your every steps but I couldn't run your code. Here is my error. Please help me to fix this error. ![image](https://user-images.githubusercontent.com/62593581/176110259-a0204df9-983b-46d6-943e-bbf81699d894.png) Waiting for the reply. Thank you

Hi I'm completely new to this part . when I use "import JupyterIFCRenderer" this error arise . ImportError Traceback (most recent call last) in ----> 1 import JupyterIFCRenderer 2 #from...

Hi PythonOCC team, Wonderful python interface for OpenCASCADE! It does help me a lot. I run PythonOCC at an old machine and everything works fine. However, when I moved to...

How to make a circle in Python OCC? It would be helpful if shown with a code using MakeArcOfCircle using two points. Any other code is also okay.