Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. WPF
  4. WPF 3-D Points Plotting

WPF 3-D Points Plotting

Scheduled Pinned Locked Moved WPF
csharpwpfdata-structureshelpquestion
2 Posts 2 Posters 0 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.
  • M Offline
    M Offline
    Member 1247481
    wrote on last edited by
    #1

    Hi, I have a requirement in which i need to show 1. a Plane of a Cube ( Plane will be selected by the users by setting the apporpriate x,y and Z values) and i need to plot the Tempreture data (i get an array of X y z and Tempreture values in an Array) on it . Can anyone give me some idea ? 2. I will be given an Array of X,y,Z points and i need to plot them. I am not sure how i can do this in WPF ? Any help will be highly appreciated .

    N 1 Reply Last reply
    0
    • M Member 1247481

      Hi, I have a requirement in which i need to show 1. a Plane of a Cube ( Plane will be selected by the users by setting the apporpriate x,y and Z values) and i need to plot the Tempreture data (i get an array of X y z and Tempreture values in an Array) on it . Can anyone give me some idea ? 2. I will be given an Array of X,y,Z points and i need to plot them. I am not sure how i can do this in WPF ? Any help will be highly appreciated .

      N Offline
      N Offline
      Niladri_Biswas
      wrote on last edited by
      #2

      I think I am working on something somewhat similar and while I am probably ahead of you on this one, I am a long, long way from done. A screenshot of where I am now is shown below. Basically, the way I am doing it, I have three planes, one for each axis. I also have a two dimensional user control that does two dimensional XY graphs. I am using three VisualBrushes, one for each plane and passing an instance of the two dimensional usercontrol into the constructor of those VisualBrushes. I am then using those VisualBrushes to texture the three axis planes. For the points, I am creating spherical meshes and positioning them inside of the XYZ chart area. When I finally get done with this whole thing, which won’t happen anytime soon, I will do one or more posts on it on my blog with source code. However, I am so far from done that that may be a while. I won’t publish the code that I have at this point in time because it is so crude and filled with quick and dirty workarounds that I don’t want it on the web in its current form. I hope this helps at least with the getting started part though. http://www.trentfguidry.net/MyImages/Peng-Robinson-Methanol-Graph.jpg :)

      Niladri Biswas

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups