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

when the radius is equal or bigger than the length of the edge, the BRepFilletAPI_MakeFillet function will get error. i want to fillet the red edge and the nearby edge...

As mentioned in the topic,I use the demo to load my STEP file, but the shape of holes has changed. But, when I open it in FreeCAD, it go well....

I am trying to export annotated models into step file. But the problem is the following : I am using XCAFDoc and I added a note, I tested it with...

use/howto
data exchange
STEP

This happened after installing the current anaconda in Windows 10 and successfully running conda create --name=pyoccenv python=3.9

When I try to run 'import Class_shaped as sh', I get ![图片](https://user-images.githubusercontent.com/84925237/152161028-33a3e95f-37eb-46b0-9a68-bd6ef98bb86d.png)

I am trying to control the file size by `angular_deflection` in `write_stl_file`, but when I Use the command twice at once with different values of `angular_deflection`, I can only get...

I think the "wires" input in this method is updated by reference using "=" in OCC source and isn't captured in Python bindings. I had similar issues in pyOCCT in...

XCAFDoc import step file, label.getlabelName (), how to get the Chinese encoding (UTF-8)?

I'm new to CMake but familiar with compilation of C++ projects from source. When trying to compile pythonocc from source on OSX-catalina, the compilation fails with the following error ```...

compilation/build system

Current master branch relies on occt-7.5.3, a new release will be tagged in the coming days ping @looooo

pre announce
installation/conda