Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to develop a welding simulator in WPF C#. I have already designed an electrode and two welding materials in WPF environment. Right now I need to demonstrate the welding pool (when electrode comes near the welding materials). I simply used a PolyLine to draw a line as weld pool, but I need it to be more real, something like the following picture:

http://www.practicalmachinist.com/vb/attachments/f30/1351d1201814271-contaminated-weld-pool-filler.jpg

So now my problem is to demonstrate this weld pool after it gets cold. Can I change the polyline outline to some sort of continuous arcs? or is there any other tools in WPF useful for this purpose?

I'm not a pro in these stuff, but I tried to explain it clear; sorry if I don't make any sense!
Posted
Updated 28-Feb-13 0:14am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900