What is a good .Net vector graphics library that can be used for CAD like applications, and has a reasonable set of features specific for this type of applications, like computational functions (area, lengths, boolean shape operations etc).
One good solution would be to use WPF as it's vector graphics based, but it's very much UI oriented and not so much CAD functionality is present by default (like manipulating shapes, editing etc).
So I was wandering if there's good library out there for this purpose.