Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a 3D object having about 1000 points. The points are ready in a XML file format as follows :
...
<Points>
<Point x=81.955430 y=-0.936101 z=0.932556 />
<Point x=81.950562 y=-0.924299 z=0.903429 />
<Point x=81.949074 y=-0.921351 z=0.896044 />
<Point x=81.943974 y=-0.912902 z=0.874677 />
<...>

These points will be used as "positions" in MeshGeometry3D of XAML and
I think, they need to be converted to proper format.

Could you say how I can bind these values in XAML ?

Regards,

Mark
Posted
Comments
Tarun.K.S 25-Jul-11 4:50am    
Have you tried using XmlDataProvider?

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