views:

300

answers:

1

A moebius strip is a surface with one side.

How would one define such an object in XAML/WPF?
How could such an object be manipulated in 3D, scaled up and down and rotated using C#?

+1  A: 

This is a good starting point. You need to create the mobius strip using meshes. It would probably be highly convenient if you can create the mesh using a 3d modeler to create a 3ds model of the strip and then convert it to xaml.

Will