Recent content by David

  1. D

    2D quadrilateral mesh from face

    The most complex is a round cornered rectangular but with certain wall thickness. The other is rectangular or round. Hence not too complicated.
  2. D

    2D quadrilateral mesh from face

    Hi Calciffer, I need quad4 elements otherwise the specific FEM is not working. Therefore I need a full quad mesh. My hope was - as it is for simple 2 D geometries - that someone has coded something in opencascade before. If not, then I have to code it myself or - depending on my time - look for...
  3. D

    2D quadrilateral mesh from face

    Can anyone help to generate a quad mesh from a 2D face ?
  4. D

    hex mesh

    Dear community, I need to generate from simple 2D cross sections a rect mesh, that i can then extrude into a hex mesh. Is this a job for OpenCascade or for GMSH or what open source library would you recommend ?
  5. D

    Youtube lessons

    I just wanted to say thank you for the excellent support you provide and the awesome lessons.
  6. D

    2D cam software - start

    @natalia: Amazing, thank you very much. Yes, correct it was my fault with the Qt installation. 😃
  7. D

    2D cam software - start

    ... but I am actually trying to learn make file scripts. So hopefully I find the nessary tweak. If so, I will naturally post it.
  8. D

    2D cam software - start

    No environmental variables like PATH show any QT related entries. Could you post your GUI CMake screen shot ? I cannot believe, that someone simply installed QT5.12.5. and configured it via the make file without tweaking the make file. I have done the set-up several times with several different...
  9. D

    2D cam software - start

    @JSlyadne: Thank you for all your efforts but I still cannot find a working set-up of OCCT 7.6.0. and QT5.12.5. In CMake GUI there is no QT5_DIR-NOTFOUND. Still I get the same nasty error: CMake Error at adm/cmake/occt_toolkit.cmake:35 (include_directories): include_directories given...
  10. D

    2D cam software - start

    @JSlyadne: Did what you recommended. When generating with CMake I get now the following error: CMake Error at adm/cmake/qt_macro.cmake:48 (qt4_wrap_cpp): Unknown CMake command "qt4_wrap_cpp". Call Stack (most recent call first): adm/cmake/occt_toolkit.cmake:222 (FIND_AND_WRAP_MOC_FILES)...
  11. D

    2D cam software - start

    went to: https://dev.opencascade.org/release downloaded there the file: opencascade-7.6.0.tgz unpacked it to e.g. c:\Users\Public\opencascade-7.6.0 went to: https://dev.opencascade.org/resources/download/3rd-party-components clicked on Windows32 under Products vc14 downloaded the following...
  12. D

    2D cam software - start

    Regarding Qt4 this is true, but I tried all variants. Regarding the Qt examples I understand your point and will try it. Most probably an experienced user has no problem to adapt the "minor" issues. What I miss is a recommended set of software versions that are proven to work without any issue...
  13. D

    2D cam software - start

    Visual Studio 2022, Version 17.1.
  14. D

    2D cam software - start

    @Quaoar: I am close to giving up. I installed OpenCascade 7.6.0 on a new Windows 11 machine. I have installed VS 2022, CMake 3.23 and then I tried from QT 6 down to QT4 all but without success. Last one I tried was QT 5.12.5. getting fault from CMake: CMake Error at...
  15. D

    2D cam software - start

    @Quaoar I was not aware of that. Qt is the choice then. Thank you.
Top