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 would like to know where in CMakeFiles.txt to change OpenCASCADE's 3rd-party configuration during cmake build.

I have a TopoDS_Face face, and a TopoDS_Edge edge,and the edge is the bound of face. I can get the geom_curve by the code `geom_curve,Umin,Umax=BRep_Tool.Curve(edge)` and I can get the...

I am exporting a STEP file using this library, but am trying to figure out how to set the header info like File Description, Author, File name, etc. My current...

use/howto
missing_class_method

Hello, I want an algorithm or a function in Python OCC wherein you can easily find length ,breadth and height of any given STEP file. I'm currently working on it...

Hi, I tried installing the package using conda but it didn't work. Conflicts were found. (aroIndexor existed before installing pythonocc) Full error message in text file. [ErrorWhileInstallingpythonOCC.txt](https://github.com/tpaviot/pythonocc-core/files/10323628/ErrorWhileInstallingpythonOCC.txt) Is there any...

There is a bug when I called pythonocc using vs code and pycharm. my code: from OCC.Extend.DataExchange import read_step_file from OCC.Display.backend import load_backend load_backend("qt-pyqt5") import OCC.Display.qtDisplay as qtDisplay error: Traceback...

I'm using core_load_step_with_colors.py to resolve the structure of names of a step file. I get the names using function GetLabelName() of a label. But it sometimes returns "COMPOUND" or "SOLID"...

My pythonocc's version is 7.6.2 when I try to get the PMI message(GB&T) stored in my step file,I get the wrong like this: >TypeError: Wrong number or type of arguments...

As title says, pip install pythonocc-core doesn't work Also the web site doesn't seem to exist. BR

As the question, if you can give guidance, thank you!