Search results

  1. D

    2D quadrilateral mesh from face

    Can anyone help to generate a quad mesh from a 2D face ?
  2. 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 ?
  3. D

    2D cam software - start

    I want to write a simple 2D cam software based on OCCT. NC part extremely simple (more like a teaching software). I want to start simple and ask if you know any 2D cam free (open source) software based on OCCT that I can use as a start point.
  4. D

    opencascade program is running on client computer but does not show view

    I have finalized my program and have sent it to client together with the relevant dlls in the same directory as the exe file (created with Visual Studio 19). The client can run the program and there are no error messages, but the view window (similar to the one fo Quaoars tutorial) is not...
  5. D

    send all OpenCascade messages to a text file

    I want to have all messages sent to a specific text file next to my app and not cerr or cout. I did not find any good explanation about messenger class, hence help were appreciated.
  6. D

    how to dump a picture (png or jpg) without vizualizing the situation first

    I am using OpenCasade to without vizualization in my app. But I need to present to the user of my app a picture (e.g. png or jpg) of a geometrical situation calculated with OpenCascade. What approach is here recommended? I can write a step file but is there a simple way to create something more...
Top