Benjamin Alterauge

Results 23 comments of Benjamin Alterauge

@ipatch Please use the head: `brew install --head %your%/freecad/pivy`

Thank you for your explanation.

I started [here](https://github.com/ageeye/pythonocc-core/commits/7.6.2). Has someone information about TCollection? This header are (re)moved: - TCollection_BaseSequence.hxx - TCollection_BasicMap.hxx - TCollection_BasicMapIterator.hxx - TCollection_MapNode.hxx - TCollection_MapNodePtr.hxx - TCollection_SeqNode.hxx - TCollection_SeqNodePtr.hxx - TCollection_Side.hxx I try...

@gkv311 Thank you for your fast answer. That sounds good. After work I will test it.

It works. But if one issue is solved, two new problems are born.

Sorry, I thought you would seen it in the error message. It is [email protected] .

[Here](https://dev.opencascade.org/doc/refman/html/class_g_c___make_circle.html) are a lot of constructors. ``` from OCC.GC import GC_MakeCircle circle = GC_MakeCircle(...) ```

Full example for FreeCAD. I choose the constructor with center, normal of plane & radius. As previously said, it exits other constructor. You must choose the best one for you....

I used for pyside2 a patch from [Fedro](https://src.fedoraproject.org/rpms/python-pyside2/raw/1f7e56d4f8320d98e59d9291ddab0451a436c7bf/f/python3.10.patch). That included some more changes than your fix. But since I updated to QT 5.15.3, I do not need a fix for...