简体   繁体   中英

Drawing 3D points in a graph

i need to draw a 3D graph of points (x,yz). Each point is connected to one other. Whats the best way of doing these task in MVVM with C#. I thought about a collection with the single points.

Best regards!

There is no built in 3D graphing library in .net. So your options are:

  1. Use a third party library, see https://softwarerecs.stackexchange.com/
  2. Write your own 3D graph. Wpf support 3D graphics, so this is certainly possible. But it will require a fair bit of effort and understanding of the concepts. To much to explain in a simple post. See 3D graphics overview to get you started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM