pythonocc-core
pythonocc-core copied to clipboard
Python package for 3D geometry CAD/BIM/CAM
Dear Paviot and other developers of Pythonocc-core, I've been using the Pythonocc-core libary with a lot of enjoyment for the past couple of years. thank you very mucht for the...
I am using a slightly rewritten init_display to return win(=MainWindow). (https://github.com/tnakaicode/PlotGallery/blob/master/occ_gallery/core_display_test.py) I often use not to do start_display because then I can keep the whole process uninterrupted. If I invoke...
Completely new to OCC. Installed it on Mac OS into a Python 3.9 environment using the command on the readme but the first line of the [HelloBox](https://pythonocc-doc.readthedocs.io/en/latest/hellobox/) tutorial raises an...
I am trying to figure out how to restrict a certain TopoDS_Face with a closed TopoDS_Wire (Polygon). In the process, I need to project a Polygon on a certain plane...
Hello, I'm trying to build pythonocc from sources and have problem with undefined references errors during RWGltf module build. I have followed instrutions from Install.md, but get following errors: ```...
How can I encrypt the model file I read to get a smaller spacing of node vectors and a larger number of control points?
Hi. I am relatively sure, that OCC does not implement an algorithm for the interpolation of a curve network:  ```BRepFill_Plate``` comes closest to what I mean with...
This issue is similar to #522 and #1119 I would also be able to extract information / dimensions: How to get the total number of CYLINDRICAL_SURFACE's (holes)?, the diameter and...
Trying to install the version 7.6.2 as instructed [here](https://github.com/tpaviot/pythonocc-core#downloadinstall-binaries-for-linuxosxwindows) >C:\>conda install -c conda-forge pythonocc-core=7.6.2 gave me a dependency error: > > UnsatisfiableError: The following specifications were found to be incompatible...