0

I would like to create somthing like this

 o---o---o
 |   |   |
 o---o---o
(o are points, -- | are lines)

In short a wirefrime. I have a bunch of points of which i know the coordinates and now i would like to connect them to form a wireframe. I am really new to wpf and have no idea how to start on this. Does anyone have an idea.

Thanks a lot.

benst
  • 553
  • 2
  • 12
  • 32
  • I've answered a similar question about wireframe models here: [http://stackoverflow.com/questions/12765841/wireframe-rendering-in-wpf/31331995#31331995][1] [1]: http://stackoverflow.com/questions/12765841/wireframe-rendering-in-wpf/31331995#31331995 – user4531448 Jul 10 '15 at 03:34

1 Answers1

1

The free Helix 3D Toolkit (http://helixtoolkit.codeplex.com) is a great start for WPF 3D.

Govert
  • 16,387
  • 4
  • 60
  • 70
  • Is there some sort of tutorial for this helix toolkit? Because the codeplex website offers little help. And I cannot open the examples so any suggestions. this toolkit looks pretty promising but have no idea how to use it. – benst Nov 16 '12 at 08:47
  • Thanks figured it out more or less. Do you know if it is possible to make a Point3D(visual3D oject) clickable? – benst Nov 16 '12 at 11:08
  • unchecked the right answer for this question. the helix toolkit was a nice try but does not really bring what I need. Any ideas on how to program this myself. Just need to figure out how to draw shapes (points and lines) and make them clickable – benst Nov 23 '12 at 15:25