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

@jmauriciou @trelau @icehuli @jf--- Hi, I got a problem. I want to make named surface of my 3d shape like the CYLINDER_TOP and FACE_UP. Could you post the code here?...

Hello, I m trying to install pythonocc-core following this document: https://github.com/tpaviot/pythonocc-core/blob/master/ci/conda/bld.bat For the build step, "template XXX undefined error" is occured, but i dont know how to handle this. here...

As far as I know, pypi is the official Python Package Index.

I am working with step files and when imported using read_step_file_with_names_colors you can always tell they contain many duplicate faces (obvious z-fighting). I'm not sure if its just not noticeable...

![image](https://github.com/tpaviot/pythonocc-core/assets/84962783/b0fa7242-e509-4119-8afe-42951b4f98ad) when I run the program with pysdie6 and pythonocc 7.8.1, the screen have the message box above, but pyqt5 or pythonocc old version is ok.

Hello, Here what I am trying to do: first a `Geom_Surface` is split by an edge using `BOPAlgo_Splitter`. One of the resulting `topoDS_Face` shall be converted to `Geom_Surface` with the...

use/howto

Hello! I've tried running the binder examples in Jupyter Lab for `BRepAlgoAPI_Section` usages. However, the `slicer` and the `section` examples don't work as expected. Expectation: the displayed shape has lines...

I would like to install the library on a docker image build with my Macbook Pro M3. Currently, the conda installer does not find pythonocc-7.7.2 because it is not available...

compilation/build system
installation/conda

Hi there pythonocc-core community, I am using the ```GeomAPI_PointsToBSplineSurface``` to obtain a continuous spline surface that approximates a discrete surface described by an array of points in 3D space. At...

use/howto

pythonocc-core: 7.7.2 Using the following code i create an offscreen renderer to create a few folders with renders at different angles. I want these images to be 180x180 so i...

bug