Results 49 issues of lorenz

this patch allows to generate meshes from faces with internal edges and may have included some other fixes. example which previously wasn't working: ![](https://files.gitter.im/pyOCCT/Lobby/ib5y/grafik.png)

This two commits are necessary to build netgen with conda-forge and the new-toolchain. this is a manually rebased version of https://github.com/NGSolve/netgen/pull/22. I will use this version for a new conda-build...

Seeing this issue here: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=188298&view=logs&jobId=e5cdccbf-4751-5a24-7406-185c9d30d021&j=171a126d-c574-5c8c-1269-ff3b989e923d&t=1183ba29-a0b5-5324-8463-2a49ace9e213 ``` Traceback (most recent call last): File "", line 1, in File "D:\bld\netgen_1595537404202\_test_env\lib\site-packages\netgen\__init__.py", line 13, in from . import libngpy ImportError: DLL load failed: A...

continued from here: https://github.com/FreeCAD/FreeCAD/pull/7475 `add_definitions(-DSALOME_USE_64BIT_IDS)` if smesh is found via `find_package(SMESH, CONFIG)` Thank you for creating a pull request to contribute to FreeCAD! To ease integration, we ask you to...

Would be nice to have a new release. Is there anything planned? https://github.com/FreeCAD/FreeCAD-Bundle/issues/133 I also need some commits which are in master but not in 4.0.0: https://github.com/conda-forge/coin3d-feedstock/pull/23

- [ ] 09.1: ``` python 09.1.Print.py 01.1.Windmill.iv test.ps To print the scene: press the 'p' key while in picking mode Traceback (most recent call last): File "09.1.Print.py", line 145,...

I don't think this is a problem with pivy. Maybe this limitation also occurs with coin.

wontfix

These hardcoded paths should be removed: ``` set_target_properties(SoQt::SoQt PROPERTIES INTERFACE_LINK_LIBRARIES /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System ) ``` If possible please give a hint how these paths are added to the rendered config files.

acknowledged

Not sure if this is possible, but this would avoid linking to gl if target SoQt::SoQt is used. @VolkerEnderlein

and add some modules to the freecad-namespace (freecad.part, freecad.partdesign, freecad.sketcher) this targets the new import structure from freecad. In case we want to fully move to the new structure we...