Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Suggestions for viewing 3D tool paths

Suggestions for viewing 3D tool paths

Scheduled Pinned Locked Moved Unsolved Qt for Python
qt for python
2 Posts 2 Posters 130 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HenryStillInUtah
    wrote on last edited by
    #1

    Hello,

    I normally build widget based applications - creating the UI in Designer and then moving forward with Python from there. I would like to have one of those applications show a 3D tool path. Something like a machine path, robot path, CNC path, etc. It would consist of a few hundred line segments and arcs.

    Is there is Qt solutions for this? Hopefully, some widget that I can put in the program, feed it some objects to represent the path, and have it take care of the rendering/zooming/panning. All of the things I found only care about meshes.

    I really do not want to get into the fine details of OpenGL. If it comes to that, I will just create a 2D view in a QGraphicsScene and that will have to do.

    Any suggestions?

    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Something like that likely exists but it's not part of the default set of Qt components.
      One thing you could do is explore KDE's extensive set of applications. There might be something there that you could leverage for your project.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved