tags:

views:

343

answers:

1

Hello, I'm am trying to draw a cube which only the edges are shown.

I followed this example:

http://stuff.seans.com/2008/08/13/drawing-a-cube-in-wpf/

but I couldn't modify it to create a transparent cube with painted edges.

Any ideas how to do so?

Thanks, Ronny

A: 

Check out this blog article How to Draw WPF 3D Wireframe Graphics

Aviad P.