Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Drawing 3D line graph

Drawing 3D line graph

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 271 Views 1 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.
  • L Offline
    L Offline
    LMcG
    wrote on last edited by
    #1

    Hi,

    I would like to draw a smooth 3D line graph with Qt from a series of X,Y,Z points. Multiple well paths like this could be plotted.

    The user should be able to interact with the graph (zoom, rotate etc.). It should be also possible to add custom 3D objects to the graph such as ellipsoids etc.

    Does QT offer anything out of the box that can maybe help do this?

    Pl45m4P 1 Reply Last reply
    0
    • L LMcG

      Hi,

      I would like to draw a smooth 3D line graph with Qt from a series of X,Y,Z points. Multiple well paths like this could be plotted.

      The user should be able to interact with the graph (zoom, rotate etc.). It should be also possible to add custom 3D objects to the graph such as ellipsoids etc.

      Does QT offer anything out of the box that can maybe help do this?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by Pl45m4
      #2

      @LMcG

      Start here:

      • https://doc.qt.io/qt-6/qtdatavisualization-overview.html

      3D Data series:

      • https://doc.qt.io/qt-6/qscatter3dseries.html

      Proxy data (represent your data points)

      • https://doc.qt.io/qt-6/qscatterdataproxy.html

      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      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